Enhance CLI NS launch with config parameter 52/7852/13
authoryadavmr <my00514913@techmahindra.com>
Wed, 18 Sep 2019 10:03:25 +0000 (15:33 +0530)
committeryadavmr <my00514913@techmahindra.com>
Fri, 25 Oct 2019 07:23:23 +0000 (12:53 +0530)
commit58af6b1f5c118080954f0b00ecd270bebd8491d0
treeaa902e4042f6f5141c51183306c0ec87cc49cfe0
parent343206e260e0a20aa1523d69debca188a74583a7
Enhance CLI NS launch with config parameter
Fix ns config to check for empty
osmclient test using python module included

Change-Id: Ied096ed0affbd6ab58228d16916196635359d027
Signed-off-by: yadavmr <my00514913@techmahindra.com>
37 files changed:
charms/juju-env.sh
descriptor-packages/vnfd/hackfest_cloudinit_vnf/src/hackfest_cloudinit_vnfd.yaml
descriptor-packages/vnfd/hackfest_epasriov_vnf/src/hackfest_epasriov_vnfd.yaml
descriptor-packages/vnfd/hackfest_multivdu_vnf/src/hackfest_multivdu_vnfd.yaml
descriptor-packages/vnfd/hackfest_simplecharm_vnf/src/hackfest_simplecharm_vnfd.yaml
devops-stages/stage-archive.sh
docker/osmclient/Dockerfile
jenkins/ci-pipelines/ci_stage_3.groovy
robot-systest/README_Robot_Test.md [new file with mode: 0644]
robot-systest/lib/api/common.robot [new file with mode: 0644]
robot-systest/lib/api/vim_lib.robot [new file with mode: 0644]
robot-systest/lib/cli/ns_lib.robot [new file with mode: 0644]
robot-systest/lib/cli/nsd_lib.robot [new file with mode: 0644]
robot-systest/lib/cli/vim_account_lib.robot [new file with mode: 0644]
robot-systest/lib/cli/vnfd_lib.robot [new file with mode: 0644]
robot-systest/lib/client_lib/client_lib.py [new file with mode: 0644]
robot-systest/lib/custom_lib.py [new file with mode: 0644]
robot-systest/lib/gui/login_gui.robot [new file with mode: 0644]
robot-systest/resource/api/common.robot [new file with mode: 0644]
robot-systest/resource/api/variables.py [new file with mode: 0644]
robot-systest/resource/cli/hackfest_basic_ns_data.py [new file with mode: 0644]
robot-systest/resource/cli/hackfest_cloudinit_ns_data.py [new file with mode: 0644]
robot-systest/resource/cli/hackfest_epa_ns_data.py [new file with mode: 0644]
robot-systest/resource/cli/hackfest_multivdu_ns_data.py [new file with mode: 0644]
robot-systest/resource/cli/hackfest_simplecharm_ns_data.py [new file with mode: 0644]
robot-systest/resource/cli/test_vnf_data.py [new file with mode: 0644]
robot-systest/run_test.sh [new file with mode: 0644]
robot-systest/testsuite/api/TS01__Vim_Account.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS01__Test_VNF.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS02__Test_Vim.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS03__Hackfest_Basic_NS.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS04__Hackfest_Simplecharm_NS.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS05__Hackfest_Multivdu_NS.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS06__Hackfest_Cloudinit_NS.robot [new file with mode: 0644]
robot-systest/testsuite/cli/TS07__Hackfest_EPA_NS.robot [new file with mode: 0644]
robot-systest/testsuite/client_library/TS01__OSMClient_Library_Test.robot [new file with mode: 0644]
robot-systest/testsuite/gui/TS01__Test_GUI_Login.robot [new file with mode: 0644]