diff options
author | AndrewLamb <andrew.a.lamb@est.tech> | 2021-01-29 15:48:42 +0000 |
---|---|---|
committer | AndrewLamb <andrew.a.lamb@est.tech> | 2021-02-02 14:39:47 +0000 |
commit | fd1970d497331b17e51dfd1dccaa7525ccb5fdc7 (patch) | |
tree | 1956e2cc6dac4110ce37ea61fdf0c80f58759155 /plans | |
parent | d2d0cdcc534eb1f08c030c1907ae14a70fd41b04 (diff) |
Add Robot Tests for VNF Package Management
Change-Id: I145dca2dfe7085ad25d69e733644236e68691f19
Issue-ID: INT-1845
Signed-off-by: AndrewLamb <andrew.a.lamb@est.tech>
Diffstat (limited to 'plans')
-rwxr-xr-x | plans/so/integration-etsi-testing/setup.sh | 3 | ||||
-rw-r--r-- | plans/so/integration-etsi-testing/testplan.txt | 4 |
2 files changed, 6 insertions, 1 deletions
diff --git a/plans/so/integration-etsi-testing/setup.sh b/plans/so/integration-etsi-testing/setup.sh index ee2fb94f..98fa1e32 100755 --- a/plans/so/integration-etsi-testing/setup.sh +++ b/plans/so/integration-etsi-testing/setup.sh @@ -200,4 +200,7 @@ fi REPO_IP='127.0.0.1' ROBOT_VARIABLES="-v REPO_IP:${REPO_IP}" +# install required Robot libraries +pip install robotframework-archivelibrary + echo "Finished executing $SCRIPT_HOME/$SCRIPT_NAME" diff --git a/plans/so/integration-etsi-testing/testplan.txt b/plans/so/integration-etsi-testing/testplan.txt index c68e4fb1..17e28078 100644 --- a/plans/so/integration-etsi-testing/testplan.txt +++ b/plans/so/integration-etsi-testing/testplan.txt @@ -1,3 +1,5 @@ # Test suites are relative paths under [integration/csit.git]/tests/. # Place the suites in run order. -so/etsi/etsi_tests.robot +so/etsi/etsi_package_onboarding_tests.robot +so/etsi/etsi_vnf_lcm_tests.robot +so/etsi/etsi_vnf_package_management_tests.robot |