Merge "Added CSIT for Macroflow with HEAT"
[integration/csit.git] / tests / ccsdk-oran / polmansuite / test.robot
1 *** Settings ***
2 Library       OperatingSystem
3 Library       Process
4
5 *** Test Cases ***
6
7 Functional Test Case 1
8     [Documentation]                 Deploy PMS without SDNC
9     Start Process                   ${ARCHIVES}/test/pms_a1sim.sh
10     ${cli_cmd_output}=              Wait For Process    timeout=3600
11     Should Be Equal as Integers     ${cli_cmd_output.rc}    0
12
13 Functional Test Case 2
14     [Documentation]                 Deploy PMS with SDNC
15     Start Process                   ${ARCHIVES}/test/pms_a1sim_sdnc.sh
16     ${cli_cmd_output}=              Wait For Process    timeout=3600
17     Should Be Equal as Integers     ${cli_cmd_output.rc}    0