diff options
author | Moshe <moshehoa@amdocs.com> | 2018-03-11 16:18:20 +0200 |
---|---|---|
committer | Moshe <moshehoa@amdocs.com> | 2018-03-11 16:18:38 +0200 |
commit | e01f70617a2f22b71cfce912b72a1dbb77f3f969 (patch) | |
tree | 3970cadfaba013fbc0f27ec42006a1744abdc88f /tests | |
parent | 976c2a916ea810effc34c5838b80b83bc9f8e6e0 (diff) |
add checkin+submit vlm steps to test case
Issue-ID: VNFSDK-195
Change-Id: I92dbf0c3abfbde2d6667588289c7a4ca2ccb4726
Signed-off-by: Moshe <moshehoa@amdocs.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/onap/test_cases/onap_vnftest_tc001.yaml | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/tests/onap/test_cases/onap_vnftest_tc001.yaml b/tests/onap/test_cases/onap_vnftest_tc001.yaml index c6cc411..d309826 100644 --- a/tests/onap/test_cases/onap_vnftest_tc001.yaml +++ b/tests/onap/test_cases/onap_vnftest_tc001.yaml @@ -34,6 +34,31 @@ steps: - parameter_name: "vendor_id" path: "value" + runner: + type: Iteration + run_step: "setup,run" +- + type: OnapApiCall + options: + file: "onboard/checkin_vlm.yaml" + input: + - + parameter_name: "vendor_id" + source: prev_step + runner: + type: Iteration + run_step: "setup,run" +- + type: OnapApiCall + options: + file: "onboard/submit_vlm.yaml" + input: + - + parameter_name: "vendor_id" + source: prev_step + runner: + type: Iteration + run_step: "setup,run" context: type: CSAR |