diff options
author | raviteja.karumuri <raviteja.karumuri@est.tech> | 2023-07-06 13:48:31 +0100 |
---|---|---|
committer | Raviteja Karumuri <raviteja.karumuri@est.tech> | 2023-07-13 15:18:43 +0000 |
commit | a3aba7c370817c1df7c6188ebe825252b935c4ae (patch) | |
tree | 0adf3aad87cc4961c74b489eec51686a5192850d /csit/plans | |
parent | 7cda5e9e9c53cc246d3fd6324675799be12b06fb (diff) |
[CSIT] Testing DataOperations Request with positive Scenario
# Sending CMHandle with ready state to the NCMP then it forwarded to DMI to complete the read operation once done with success it produces a message to the client topic'
Issue-ID: CPS-1560
Signed-off-by: raviteja.karumuri <raviteja.karumuri@est.tech>
Change-Id: I0af68fdf97bf0a5063361ae08475dee38dbe7b8e
Diffstat (limited to 'csit/plans')
-rwxr-xr-x | csit/plans/cps/setup.sh | 2 | ||||
-rw-r--r-- | csit/plans/cps/testplan.txt | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/csit/plans/cps/setup.sh b/csit/plans/cps/setup.sh index e7ad67e2b6..269d3cb29d 100755 --- a/csit/plans/cps/setup.sh +++ b/csit/plans/cps/setup.sh @@ -129,4 +129,4 @@ check_health $DMI_HOST:$DMI_MANAGEMENT_PORT 'dmi-plugin' ###################### ROBOT Configurations ########################## # Pass variables required for Robot test suites in ROBOT_VARIABLES -ROBOT_VARIABLES="-v CPS_CORE_HOST:$CPS_CORE_HOST -v CPS_CORE_PORT:$CPS_CORE_PORT -v DMI_HOST:$LOCAL_IP -v DMI_PORT:$DMI_PORT -v CPS_CORE_MANAGEMENT_PORT:$CPS_CORE_MANAGEMENT_PORT -v DATADIR:$WORKSPACE/data --exitonfailure" +ROBOT_VARIABLES="-v CPS_CORE_HOST:$CPS_CORE_HOST -v CPS_CORE_PORT:$CPS_CORE_PORT -v DMI_HOST:$LOCAL_IP -v DMI_PORT:$DMI_PORT -v DMI_CSIT_STUB_HOST:$LOCAL_IP -v DMI_CSIT_STUB_PORT:$DMI_DEMO_STUB_PORT -v CPS_CORE_MANAGEMENT_PORT:$CPS_CORE_MANAGEMENT_PORT -v DATADIR:$WORKSPACE/data --exitonfailure" diff --git a/csit/plans/cps/testplan.txt b/csit/plans/cps/testplan.txt index c597123588..cca11fb938 100644 --- a/csit/plans/cps/testplan.txt +++ b/csit/plans/cps/testplan.txt @@ -22,4 +22,5 @@ cps-data cps-model-sync cps-data-sync ncmp-passthrough -cm-handle-query
\ No newline at end of file +cm-handle-query +cps-data-operations
\ No newline at end of file |