diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 09:35:49 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-02-28 09:36:32 +0100 |
commit | 2aab5c48df64b044ab9bae6e883e6e0acaabbf52 (patch) | |
tree | c82294952795b3953130bf624929d6ecae3e4fcf /setup.cfg | |
parent | baa8f2d5f67d45e5761f92cb93fe22050f08d0fe (diff) |
Rename all Functest refs to Xtesting
It mainly renames python modules and then the related documentation
config files.
Change-Id: I186010bb88d3d39afe7b8fd1ebcef9c690cc1282
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,14 +1,14 @@ [metadata] -name = functest +name = xtesting version = 5 home-page = https://wiki.opnfv.org/display/functest [files] -packages = functest +packages = xtesting [entry_points] console_scripts = - run_tests = functest.ci.run_tests:main + run_tests = xtesting.ci.run_tests:main [build_sphinx] all_files = 1 |