diff options
author | Daniel Rose <dr695h@att.com> | 2019-08-22 12:46:09 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-08-22 12:46:09 +0000 |
commit | 1f8a4cafe133c19c730701dbcc370cac9a7a7b0c (patch) | |
tree | 7f1028c6822f080ff5b69493fac15b1645da7ae1 /tests/sdc-dcae-d/dcaed/common.robot | |
parent | cb3218e5d11a586a935c0c4394ba4f7e5775ae0e (diff) | |
parent | f7f3bf3b67f8c32291ea57f7a083dfd1436d0ee7 (diff) |
Merge "Adjust SDC-DCAE-DS to integration test changes"
Diffstat (limited to 'tests/sdc-dcae-d/dcaed/common.robot')
-rw-r--r-- | tests/sdc-dcae-d/dcaed/common.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/sdc-dcae-d/dcaed/common.robot b/tests/sdc-dcae-d/dcaed/common.robot index d1e8c74b..5b85570f 100644 --- a/tests/sdc-dcae-d/dcaed/common.robot +++ b/tests/sdc-dcae-d/dcaed/common.robot @@ -1,9 +1,9 @@ *** Variables *** -${ASDC_DESIGNER_USER_ID} cs0008 -${ASDC_TESTER_USER_ID} jm0007 -${ASDC_GOVERNOR_USER_ID} gv0001 -${ASDC_OPS_USER_ID} op0001 +${SDC_DESIGNER_USER_ID} cs0008 +${SDC_TESTER_USER_ID} jm0007 +${SDC_GOVERNOR_USER_ID} gv0001 +${SDC_OPS_USER_ID} op0001 ${GLOBAL_APPLICATION_ID} robot |