Rename all Functest refs to Xtesting 05/52805/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 08:35:49 +0000 (09:35 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 28 Feb 2018 08:36:32 +0000 (09:36 +0100)
commit2aab5c48df64b044ab9bae6e883e6e0acaabbf52
treec82294952795b3953130bf624929d6ecae3e4fcf
parentbaa8f2d5f67d45e5761f92cb93fe22050f08d0fe
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>
69 files changed:
.gitignore
INFO [deleted file]
api/Makefile
api/apidoc/functest.core.feature.rst [deleted file]
api/apidoc/functest.core.robotframework.rst [deleted file]
api/apidoc/functest.core.rst [deleted file]
api/apidoc/functest.core.testcase.rst [deleted file]
api/apidoc/functest.core.unit.rst [deleted file]
api/apidoc/functest.core.vnf.rst [deleted file]
api/apidoc/functest.rst [deleted file]
api/apidoc/modules.rst
api/apidoc/xtesting.ci.rst [new file with mode: 0644]
api/apidoc/xtesting.ci.run_tests.rst [new file with mode: 0644]
api/apidoc/xtesting.ci.tier_builder.rst [new file with mode: 0644]
api/apidoc/xtesting.ci.tier_handler.rst [new file with mode: 0644]
api/apidoc/xtesting.core.feature.rst [new file with mode: 0644]
api/apidoc/xtesting.core.robotframework.rst [new file with mode: 0644]
api/apidoc/xtesting.core.rst [new file with mode: 0644]
api/apidoc/xtesting.core.testcase.rst [new file with mode: 0644]
api/apidoc/xtesting.core.unit.rst [new file with mode: 0644]
api/apidoc/xtesting.core.vnf.rst [new file with mode: 0644]
api/apidoc/xtesting.energy.energy.rst [new file with mode: 0644]
api/apidoc/xtesting.energy.rst [new file with mode: 0644]
api/apidoc/xtesting.rst [new file with mode: 0644]
api/apidoc/xtesting.utils.constants.rst [new file with mode: 0644]
api/apidoc/xtesting.utils.decorators.rst [new file with mode: 0644]
api/apidoc/xtesting.utils.env.rst [new file with mode: 0644]
api/apidoc/xtesting.utils.rst [new file with mode: 0644]
api/conf.py
api/index.rst
functest/utils/constants.py [deleted file]
setup.cfg
tox.ini
xtesting/__init__.py [moved from functest/__init__.py with 100% similarity]
xtesting/ci/__init__.py [moved from functest/ci/__init__.py with 100% similarity]
xtesting/ci/logging.ini [moved from functest/ci/logging.ini with 61% similarity]
xtesting/ci/run_tests.py [moved from functest/ci/run_tests.py with 94% similarity]
xtesting/ci/testcases.yaml [moved from functest/ci/testcases.yaml with 86% similarity]
xtesting/ci/tier_builder.py [moved from functest/ci/tier_builder.py with 98% similarity]
xtesting/ci/tier_handler.py [moved from functest/ci/tier_handler.py with 100% similarity]
xtesting/core/__init__.py [moved from functest/core/__init__.py with 100% similarity]
xtesting/core/feature.py [moved from functest/core/feature.py with 93% similarity]
xtesting/core/robotframework.py [moved from functest/core/robotframework.py with 98% similarity]
xtesting/core/testcase.py [moved from functest/core/testcase.py with 97% similarity]
xtesting/core/unit.py [moved from functest/core/unit.py with 98% similarity]
xtesting/core/vnf.py [moved from functest/core/vnf.py with 98% similarity]
xtesting/energy/__init__.py [moved from functest/energy/__init__.py with 100% similarity]
xtesting/energy/energy.py [moved from functest/energy/energy.py with 99% similarity]
xtesting/tests/__init__.py [moved from functest/tests/__init__.py with 100% similarity]
xtesting/tests/unit/__init__.py [moved from functest/tests/unit/__init__.py with 100% similarity]
xtesting/tests/unit/ci/__init__.py [moved from functest/tests/unit/ci/__init__.py with 100% similarity]
xtesting/tests/unit/ci/test_run_tests.py [moved from functest/tests/unit/ci/test_run_tests.py with 86% similarity]
xtesting/tests/unit/ci/test_tier_builder.py [moved from functest/tests/unit/ci/test_tier_builder.py with 97% similarity]
xtesting/tests/unit/ci/test_tier_handler.py [moved from functest/tests/unit/ci/test_tier_handler.py with 99% similarity]
xtesting/tests/unit/core/__init__.py [moved from functest/tests/unit/core/__init__.py with 100% similarity]
xtesting/tests/unit/core/test_feature.py [moved from functest/tests/unit/core/test_feature.py with 96% similarity]
xtesting/tests/unit/core/test_robotframework.py [moved from functest/tests/unit/core/test_robotframework.py with 97% similarity]
xtesting/tests/unit/core/test_testcase.py [moved from functest/tests/unit/core/test_testcase.py with 98% similarity]
xtesting/tests/unit/core/test_unit.py [moved from functest/tests/unit/core/test_unit.py with 94% similarity]
xtesting/tests/unit/core/test_vnf.py [moved from functest/tests/unit/core/test_vnf.py with 92% similarity]
xtesting/tests/unit/energy/__init__.py [moved from functest/tests/unit/energy/__init__.py with 100% similarity]
xtesting/tests/unit/energy/test_functest_energy.py [moved from functest/tests/unit/energy/test_functest_energy.py with 89% similarity]
xtesting/tests/unit/utils/__init__.py [moved from functest/tests/unit/utils/__init__.py with 100% similarity]
xtesting/tests/unit/utils/test_decorators.py [moved from functest/tests/unit/utils/test_decorators.py with 97% similarity]
xtesting/tests/unit/utils/test_env.py [moved from functest/tests/unit/utils/test_env.py with 97% similarity]
xtesting/utils/__init__.py [moved from functest/utils/__init__.py with 100% similarity]
xtesting/utils/constants.py [new file with mode: 0644]
xtesting/utils/decorators.py [moved from functest/utils/decorators.py with 100% similarity]
xtesting/utils/env.py [moved from functest/utils/env.py with 100% similarity]