Repo structure modification 65/24065/5
authorMorgan Richomme <morgan.richomme@orange.com>
Tue, 8 Nov 2016 13:18:12 +0000 (14:18 +0100)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 9 Nov 2016 15:55:45 +0000 (16:55 +0100)
commit107e61635c2ab1feb5263380ea63e21cf2e6e65b
tree4966b77605bd34a40f452b1d268868691e84d008
parente74c9b347f2623eb1a3c477921a84da4c31b364f
Repo structure modification

- create functest subdirectory
- rename unit tests
- adapt path in exec and config files

JIRA: FUNCTEST-525

Change-Id: Ifd5c6edfb5bda1b09f82848e2269ad5fbeb84d0a
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
123 files changed:
ci/config_functest.yaml
ci/exec_test.sh
ci/testcases.yaml
docker/Dockerfile
functest/__init__.py [moved from __init__.py with 100% similarity]
functest/cli/__init__.py [moved from cli/__init__.py with 100% similarity]
functest/cli/cli_base.py [moved from cli/cli_base.py with 100% similarity]
functest/cli/commands/__init__.py [moved from cli/commands/__init__.py with 100% similarity]
functest/cli/commands/cli_env.py [moved from cli/commands/cli_env.py with 100% similarity]
functest/cli/commands/cli_os.py [moved from cli/commands/cli_os.py with 100% similarity]
functest/cli/commands/cli_testcase.py [moved from cli/commands/cli_testcase.py with 100% similarity]
functest/cli/commands/cli_tier.py [moved from cli/commands/cli_tier.py with 100% similarity]
functest/cli/functest-complete.sh [moved from cli/functest-complete.sh with 100% similarity]
functest/cli/setup.py [moved from cli/setup.py with 100% similarity]
functest/core/TestCasesBase.py [moved from core/TestCasesBase.py with 100% similarity]
functest/core/__init__.py [moved from core/__init__.py with 100% similarity]
functest/opnfv_tests/Controllers/ODL/OpenDaylightTesting.py [moved from testcases/Controllers/ODL/OpenDaylightTesting.py with 100% similarity]
functest/opnfv_tests/Controllers/ODL/__init__.py [moved from testcases/Controllers/ODL/__init__.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Sfc/README.md [moved from testcases/Controllers/ONOS/Sfc/README.md with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Sfc/Sfc.py [moved from testcases/Controllers/ONOS/Sfc/Sfc.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Sfc/Sfc_fun.py [moved from testcases/Controllers/ONOS/Sfc/Sfc_fun.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/Readme.txt [moved from testcases/Controllers/ONOS/Teston/Readme.txt with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/__init__.py [moved from testcases/Controllers/ONOS/Teston/__init__.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/adapters/__init__.py [moved from testcases/Controllers/ONOS/Teston/adapters/__init__.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/adapters/client.py [moved from testcases/Controllers/ONOS/Teston/adapters/client.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/adapters/connection.py [moved from testcases/Controllers/ONOS/Teston/adapters/connection.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/adapters/environment.py [moved from testcases/Controllers/ONOS/Teston/adapters/environment.py with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/adapters/foundation.py [moved from testcases/Controllers/ONOS/Teston/adapters/foundation.py with 96% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/dependencies/onos [moved from testcases/Controllers/ONOS/Teston/dependencies/onos with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/log/gitignore [moved from testcases/Controllers/ONOS/Teston/log/gitignore with 100% similarity]
functest/opnfv_tests/Controllers/ONOS/Teston/onosfunctest.py [moved from testcases/Controllers/ONOS/Teston/onosfunctest.py with 100% similarity]
functest/opnfv_tests/Controllers/__init__.py [moved from testcases/Controllers/__init__.py with 100% similarity]
functest/opnfv_tests/OpenStack/examples/create_instance_and_ip.py [moved from testcases/OpenStack/examples/create_instance_and_ip.py with 100% similarity]
functest/opnfv_tests/OpenStack/healthcheck/healthcheck.sh [moved from testcases/OpenStack/healthcheck/healthcheck.sh with 100% similarity]
functest/opnfv_tests/OpenStack/rally/blacklist.txt [moved from testcases/OpenStack/rally/blacklist.txt with 100% similarity]
functest/opnfv_tests/OpenStack/rally/macro/macro.yaml [moved from testcases/OpenStack/rally/macro/macro.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/run_rally-cert.py [moved from testcases/OpenStack/rally/run_rally-cert.py with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/full/opnfv-cinder.yaml [moved from testcases/OpenStack/rally/scenario/full/opnfv-cinder.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/full/opnfv-heat.yaml [moved from testcases/OpenStack/rally/scenario/full/opnfv-heat.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/full/opnfv-neutron.yaml [moved from testcases/OpenStack/rally/scenario/full/opnfv-neutron.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/full/opnfv-nova.yaml [moved from testcases/OpenStack/rally/scenario/full/opnfv-nova.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-authenticate.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-authenticate.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-glance.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-glance.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-keystone.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-keystone.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-quotas.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-quotas.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-requests.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-requests.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/opnfv-vm.yaml [moved from testcases/OpenStack/rally/scenario/opnfv-vm.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/sanity/opnfv-cinder.yaml [moved from testcases/OpenStack/rally/scenario/sanity/opnfv-cinder.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/sanity/opnfv-heat.yaml [moved from testcases/OpenStack/rally/scenario/sanity/opnfv-heat.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/sanity/opnfv-neutron.yaml [moved from testcases/OpenStack/rally/scenario/sanity/opnfv-neutron.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/sanity/opnfv-nova.yaml [moved from testcases/OpenStack/rally/scenario/sanity/opnfv-nova.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/support/instance_dd_test.sh [moved from testcases/OpenStack/rally/scenario/support/instance_dd_test.sh with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/autoscaling_policy.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/autoscaling_policy.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/default.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/default.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/random_strings.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/random_strings.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/resource_group.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/resource_group.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/server_with_ports.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/server_with_ports.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/server_with_volume.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/server_with_volume.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_autoscaling_policy_inplace.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_random_strings_add.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_random_strings_add.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_random_strings_delete.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_random_strings_delete.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_random_strings_replace.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_random_strings_replace.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_resource_group_increase.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_resource_group_increase.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/scenario/templates/updated_resource_group_reduce.yaml.template [moved from testcases/OpenStack/rally/scenario/templates/updated_resource_group_reduce.yaml.template with 100% similarity]
functest/opnfv_tests/OpenStack/rally/task.yaml [moved from testcases/OpenStack/rally/task.yaml with 100% similarity]
functest/opnfv_tests/OpenStack/tempest/custom_tests/blacklist.txt [moved from testcases/OpenStack/tempest/custom_tests/blacklist.txt with 100% similarity]
functest/opnfv_tests/OpenStack/tempest/custom_tests/defcore_req.txt [moved from testcases/OpenStack/tempest/custom_tests/defcore_req.txt with 100% similarity]
functest/opnfv_tests/OpenStack/tempest/gen_tempest_conf.py [moved from testcases/OpenStack/tempest/gen_tempest_conf.py with 100% similarity]
functest/opnfv_tests/OpenStack/tempest/run_tempest.py [moved from testcases/OpenStack/tempest/run_tempest.py with 100% similarity]
functest/opnfv_tests/OpenStack/vPing/ping.sh [moved from testcases/OpenStack/vPing/ping.sh with 100% similarity]
functest/opnfv_tests/OpenStack/vPing/vping.py [moved from testcases/OpenStack/vPing/vping.py with 100% similarity]
functest/opnfv_tests/OpenStack/vPing/vping_util.py [moved from testcases/OpenStack/vPing/vping_util.py with 99% similarity]
functest/opnfv_tests/__init__.py [moved from testcases/__init__.py with 100% similarity]
functest/opnfv_tests/features/copper.py [moved from testcases/features/copper.py with 100% similarity]
functest/opnfv_tests/features/doctor.py [moved from testcases/features/doctor.py with 100% similarity]
functest/opnfv_tests/features/domino.py [moved from testcases/features/domino.py with 100% similarity]
functest/opnfv_tests/features/multisite.py [moved from testcases/features/multisite.py with 100% similarity]
functest/opnfv_tests/features/promise.py [moved from testcases/features/promise.py with 100% similarity]
functest/opnfv_tests/features/sfc/SSHUtils.py [moved from testcases/features/sfc/SSHUtils.py with 100% similarity]
functest/opnfv_tests/features/sfc/compute_presetup_CI.bash [moved from testcases/features/sfc/compute_presetup_CI.bash with 100% similarity]
functest/opnfv_tests/features/sfc/correct_classifier.bash [moved from testcases/features/sfc/correct_classifier.bash with 100% similarity]
functest/opnfv_tests/features/sfc/delete.sh [moved from testcases/features/sfc/delete.sh with 100% similarity]
functest/opnfv_tests/features/sfc/ovs_utils.py [moved from testcases/features/sfc/ovs_utils.py with 100% similarity]
functest/opnfv_tests/features/sfc/prepare_odl_sfc.bash [moved from testcases/features/sfc/prepare_odl_sfc.bash with 94% similarity]
functest/opnfv_tests/features/sfc/prepare_odl_sfc.py [moved from testcases/features/sfc/prepare_odl_sfc.py with 97% similarity]
functest/opnfv_tests/features/sfc/server_presetup_CI.bash [moved from testcases/features/sfc/server_presetup_CI.bash with 100% similarity]
functest/opnfv_tests/features/sfc/sfc.py [moved from testcases/features/sfc/sfc.py with 99% similarity]
functest/opnfv_tests/features/sfc/sfc_change_classi.bash [moved from testcases/features/sfc/sfc_change_classi.bash with 100% similarity]
functest/opnfv_tests/features/sfc/sfc_colorado1.py [moved from testcases/features/sfc/sfc_colorado1.py with 99% similarity]
functest/opnfv_tests/features/sfc/sfc_tacker.bash [moved from testcases/features/sfc/sfc_tacker.bash with 100% similarity]
functest/opnfv_tests/features/sfc/tacker_client_install.sh [moved from testcases/features/sfc/tacker_client_install.sh with 100% similarity]
functest/opnfv_tests/features/sfc/test-vnfd1.yaml [moved from testcases/features/sfc/test-vnfd1.yaml with 100% similarity]
functest/opnfv_tests/features/sfc/test-vnfd2.yaml [moved from testcases/features/sfc/test-vnfd2.yaml with 100% similarity]
functest/opnfv_tests/security_scan/config.ini [moved from testcases/security_scan/config.ini with 100% similarity]
functest/opnfv_tests/security_scan/connect.py [moved from testcases/security_scan/connect.py with 100% similarity]
functest/opnfv_tests/security_scan/examples/xccdf-rhel7-server-upstream.ini [moved from testcases/security_scan/examples/xccdf-rhel7-server-upstream.ini with 100% similarity]
functest/opnfv_tests/security_scan/examples/xccdf-standard.ini [moved from testcases/security_scan/examples/xccdf-standard.ini with 100% similarity]
functest/opnfv_tests/security_scan/scripts/createfiles.py [moved from testcases/security_scan/scripts/createfiles.py with 100% similarity]
functest/opnfv_tests/security_scan/scripts/internet_check.py [moved from testcases/security_scan/scripts/internet_check.py with 100% similarity]
functest/opnfv_tests/security_scan/security_scan.py [moved from testcases/security_scan/security_scan.py with 99% similarity]
functest/opnfv_tests/vnf/vIMS/clearwater.py [moved from testcases/vnf/vIMS/clearwater.py with 100% similarity]
functest/opnfv_tests/vnf/vIMS/create_venv.sh [moved from testcases/vnf/vIMS/create_venv.sh with 100% similarity]
functest/opnfv_tests/vnf/vIMS/orchestrator.py [moved from testcases/vnf/vIMS/orchestrator.py with 100% similarity]
functest/opnfv_tests/vnf/vIMS/requirements.pip [moved from testcases/vnf/vIMS/requirements.pip with 100% similarity]
functest/opnfv_tests/vnf/vIMS/vIMS.py [moved from testcases/vnf/vIMS/vIMS.py with 100% similarity]
functest/opnfv_tests/vnf/vRNC/parser.py [moved from testcases/vnf/vRNC/parser.py with 100% similarity]
functest/tests/__init__.py [moved from unit_tests/__init__.py with 100% similarity]
functest/tests/unit/__init__.py [moved from unit_tests/core/__init__.py with 100% similarity]
functest/tests/unit/core/__init__.py [moved from unit_tests/odl/__init__.py with 100% similarity]
functest/tests/unit/core/test_base.py [moved from unit_tests/core/test_base.py with 100% similarity]
functest/tests/unit/odl/__init__.py [moved from utils/__init__.py with 100% similarity]
functest/tests/unit/odl/test_odl.py [moved from unit_tests/odl/test_odl.py with 99% similarity]
functest/tests/unit/utils/__init__.py [new file with mode: 0644]
functest/tests/unit/utils/test_utils.py [new file with mode: 0644]
functest/utils/__init__.py [new file with mode: 0644]
functest/utils/functest_logger.py [moved from utils/functest_logger.py with 100% similarity]
functest/utils/functest_utils.py [moved from utils/functest_utils.py with 100% similarity]
functest/utils/functest_vacation.py [moved from utils/functest_vacation.py with 100% similarity]
functest/utils/openstack_clean.py [moved from utils/openstack_clean.py with 100% similarity]
functest/utils/openstack_snapshot.py [moved from utils/openstack_snapshot.py with 100% similarity]
functest/utils/openstack_tacker.py [moved from utils/openstack_tacker.py with 100% similarity]
functest/utils/openstack_utils.py [moved from utils/openstack_utils.py with 100% similarity]
run_unit_tests.sh