diff options
author | Gary Wu <gary.wu@futurewei.com> | 2019-06-25 16:37:50 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-06-25 16:37:50 +0000 |
commit | 940fe0f932160e3c786b97b41d01c4dc8452cab5 (patch) | |
tree | b0c9a91c47e8783dda8af9d88325fb6c345ee7a4 /tests/sdc/dcaed/common.robot | |
parent | 984e56606ca9d76ad04f869ced4ec52bf992ecf8 (diff) | |
parent | d1a1fb7c2ec49d166070536fc2fc7c0220a278b7 (diff) |
Merge "Add initial CSIT case for DCAE-DS"
Diffstat (limited to 'tests/sdc/dcaed/common.robot')
-rw-r--r-- | tests/sdc/dcaed/common.robot | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/sdc/dcaed/common.robot b/tests/sdc/dcaed/common.robot new file mode 100644 index 00000000..3cb73ff4 --- /dev/null +++ b/tests/sdc/dcaed/common.robot @@ -0,0 +1,11 @@ +*** Variables *** + +${ASDC_DESIGNER_USER_ID} cs0008 +${ASDC_TESTER_USER_ID} jm0007 +${ASDC_GOVERNOR_USER_ID} gv0001 +${ASDC_OPS_USER_ID} op0001 + +${GLOBAL_APPLICATION_ID} robot + +${ASSETS_DIR} %{WORKSPACE}/tests/sdc/dcaed/assets/ + |