Moving robot-systests deprecated to tests 59/9259/1
authorFelipe Vicens <felipe.vicens@atos.net>
Wed, 1 Jul 2020 16:41:38 +0000 (18:41 +0200)
committerFelipe Vicens <felipe.vicens@atos.net>
Wed, 1 Jul 2020 16:41:38 +0000 (18:41 +0200)
commit5020a8f9c93746d526bd062630e8ab73e0306bbd
tree7d2dfc7c5aef78e4f663af080820b7c4f646fe7d
parent0b7fc95092376d023f3002fb4cb669ac741c445f
Moving robot-systests deprecated to tests

Change-Id: I9008b7e8a2fe47d2f8f50becc74d8aea50bb1c14
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
47 files changed:
robot-systest/deprecated/README_Robot_Test.md [new file with mode: 0644]
robot-systest/deprecated/lib/api/common.robot [new file with mode: 0644]
robot-systest/deprecated/lib/api/vim_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/network_slicing_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/ns_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/nsd_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/osm_package_tools_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/osm_platform_resiliancy_recovery_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/rbac_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/sdnc_account_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/vim_account_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/cli/vnfd_lib.robot [new file with mode: 0644]
robot-systest/deprecated/lib/client_lib/client_lib.py [new file with mode: 0644]
robot-systest/deprecated/lib/custom_lib.py [new file with mode: 0644]
robot-systest/deprecated/lib/gui/login_gui.robot [new file with mode: 0644]
robot-systest/deprecated/resource/api/common.robot [new file with mode: 0644]
robot-systest/deprecated/resource/api/variables.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/disable_port_security_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/hackfest_basic_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/hackfest_cloudinit_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/hackfest_epa_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/hackfest_multivdu_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/hackfest_simplecharm_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/test_vnf_data.py [new file with mode: 0644]
robot-systest/deprecated/resource/cli/ubuntu-cloudinit_ns_data.py [new file with mode: 0644]
robot-systest/deprecated/run_test.sh [new file with mode: 0644]
robot-systest/deprecated/testsuite/api/TS01__Vim_Account.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS008__Test_SDNC.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS009__Feature_6283_Network_Slicing_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS010__OSM_Platform_Resiliency_and_Recovery_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS011__Feature_1415_RBAC_For_Platform_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS012__Feature_7181_Allow_Instantiation_Parameters_in_CloudInit.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS013__Feature_1415_RBAC_Visibility_Of_Packages_And_Instances.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS014__Feature_7921_MongoDB_Filesystem_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS015__Feature_8047_OSMClient_Package_Creation_And_Validation.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS016__Manual_VNF_VDU_Scaling_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS017__Feature_7326_Disable_Port_Security_at_Network_level.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS01__Test_VNF.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS02__Test_Vim.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS03__Hackfest_Basic_NS.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS04__Hackfest_Simplecharm_NS.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS06__Hackfest_Cloudinit_NS.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/TS07__Hackfest_EPA_NS.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/cli/__init__.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/client_library/TS01__OSMClient_Library_Test.robot [new file with mode: 0644]
robot-systest/deprecated/testsuite/gui/TS01__Test_GUI_Login.robot [new file with mode: 0644]