Initial tests contributions 32/9132/4
authorFelipe Vicens <felipe.vicens@atos.net>
Mon, 22 Jun 2020 06:12:30 +0000 (08:12 +0200)
committerFelipe Vicens <felipe.vicens@atos.net>
Tue, 23 Jun 2020 11:46:22 +0000 (13:46 +0200)
commitf96bb45c0a03f2188688d90d67ea718851cec2de
treeb8f896a3117156fe20d5e8d6620aacde1faa746d
parent83721f3f6fba26d9137d0271af9ed700bb615caa
Initial tests contributions

Dockerfile for robot tests automation
Robot-systests from devops repository
Testing tags for CI/CD
Adding charm build script

Change-Id: Ib50d8e3c66be44e946e19071b2ca229d48609ea3
Signed-off-by: Felipe Vicens <felipe.vicens@atos.net>
42 files changed:
.gitignore
Dockerfile
Jenkinsfile
README.md
charm.sh [new file with mode: 0755]
clouds.yaml [new file with mode: 0644]
envconfig.rc [new file with mode: 0644]
robot-systest/README.md [new file with mode: 0644]
robot-systest/envfile.rc [new file with mode: 0644]
robot-systest/lib/connectivity_lib.robot [new file with mode: 0644]
robot-systest/lib/ns_lib.robot [new file with mode: 0644]
robot-systest/lib/nsd_lib.robot [new file with mode: 0644]
robot-systest/lib/nsi_lib.robot [new file with mode: 0644]
robot-systest/lib/nst_lib.robot [new file with mode: 0644]
robot-systest/lib/prometheus_lib.robot [new file with mode: 0644]
robot-systest/lib/ssh_lib.robot [new file with mode: 0644]
robot-systest/lib/vim_lib.robot [new file with mode: 0644]
robot-systest/lib/vnfd_lib.robot [new file with mode: 0644]
robot-systest/resources/basic_01-crud_operations_on_vim_targets_data.py [new file with mode: 0644]
robot-systest/resources/basic_05-instantiation_parameters_in_cloud_init_data.py [new file with mode: 0644]
robot-systest/resources/basic_06-vnf_with_charm_data.py [new file with mode: 0644]
robot-systest/resources/basic_07-secure_key_management_data.py [new file with mode: 0644]
robot-systest/resources/basic_09-manual_vdu_scaling_data.py [new file with mode: 0644]
robot-systest/resources/hackfest_basic_ns_data.py [new file with mode: 0644]
robot-systest/resources/hackfest_cloudinit_ns_data.py [new file with mode: 0644]
robot-systest/resources/hackfest_multivdu_ns_data.py [new file with mode: 0644]
robot-systest/resources/k8s_03-simple_k8s_data.py [new file with mode: 0644]
robot-systest/resources/slice_01-network_slicing_data.py [new file with mode: 0644]
robot-systest/resources/slice_02-shared_network_slicing_data.py [new file with mode: 0644]
robot-systest/resources/slice_02-shared_ns_data.py [new file with mode: 0644]
robot-systest/run_test.sh [new file with mode: 0755]
robot-systest/testsuite/basic_01-crud_operations_on_vim_targets.robot [new file with mode: 0644]
robot-systest/testsuite/basic_05-instantiation_parameters_in_cloud_init.robot [new file with mode: 0644]
robot-systest/testsuite/basic_06-vnf_with_charm.robot [new file with mode: 0644]
robot-systest/testsuite/basic_07-secure_key_management.robot [new file with mode: 0644]
robot-systest/testsuite/basic_09-manual_vdu_scaling.robot [new file with mode: 0644]
robot-systest/testsuite/hackfest_basic.robot [new file with mode: 0644]
robot-systest/testsuite/hackfest_cloudinit.robot [new file with mode: 0644]
robot-systest/testsuite/hackfest_multivdu.robot [new file with mode: 0644]
robot-systest/testsuite/k8s_03-simple_k8s.robot [new file with mode: 0644]
robot-systest/testsuite/slice_01-network_slicing.robot [new file with mode: 0644]
robot-systest/testsuite/slice_02-shared_network_slicing.robot [new file with mode: 0644]