diff options
author | Toine Siebelink <toine.siebelink@est.tech> | 2023-12-13 09:56:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2023-12-13 09:56:49 +0000 |
commit | 7e94b26a666907cc97d692b8dda8364bb0a0ef45 (patch) | |
tree | 6ca90a5d54d5a53c16ab32a6f097d412dac2c0c1 /csit/plans | |
parent | a72a36a338b8c6901e02742af8766baea57b0428 (diff) | |
parent | 14d37304d8b83efc099ba19d6f3e7d5d53fead29 (diff) |
Merge "Clean up CSIT Test"
Diffstat (limited to 'csit/plans')
-rw-r--r-- | csit/plans/cps/pnfsim/netconf-config/stores.yang | 8 | ||||
-rwxr-xr-x | csit/plans/cps/setup.sh | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/csit/plans/cps/pnfsim/netconf-config/stores.yang b/csit/plans/cps/pnfsim/netconf-config/stores.yang index 59051f2a28..56ad95c8d5 100644 --- a/csit/plans/cps/pnfsim/netconf-config/stores.yang +++ b/csit/plans/cps/pnfsim/netconf-config/stores.yang @@ -6,8 +6,8 @@ module stores { prefix book-store; - import ietf-yang-types { prefix yang; } - import ietf-inet-types { prefix inet; } + import ietf-yang-types { prefix yang; } + import ietf-inet-types { prefix inet; } revision "2020-09-15" { description @@ -51,10 +51,10 @@ module stores { type string; } leaf pub_year { - type year; + type year; } leaf price { - type uint64; + type uint64; } } } diff --git a/csit/plans/cps/setup.sh b/csit/plans/cps/setup.sh index bba48794fe..c4e5c153d9 100755 --- a/csit/plans/cps/setup.sh +++ b/csit/plans/cps/setup.sh @@ -129,4 +129,4 @@ check_health $DMI_HOST:$DMI_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 DMI_CSIT_STUB_HOST:$LOCAL_IP -v DMI_CSIT_STUB_PORT:$DMI_DEMO_STUB_PORT -v DMI_AUTH_ENABLED:$DMI_AUTH_ENABLED -v DATADIR:$WORKSPACE/data -v DATADIR_SUBS_NOTIFICATION:$WORKSPACE/data/subscription-notification --exitonfailure"
\ No newline at end of file +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 DMI_AUTH_ENABLED:$DMI_AUTH_ENABLED -v DATADIR_CPS_CORE:$WORKSPACE/data/cps-core -v DATADIR_NCMP:$WORKSPACE/data/ncmp -v DATADIR_SUBS_NOTIFICATION:$WORKSPACE/data/subscription-notification --exitonfailure"
\ No newline at end of file |