diff options
author | DR695H <dr695h@att.com> | 2019-07-26 10:18:50 -0400 |
---|---|---|
committer | DR695H <dr695h@att.com> | 2019-07-26 10:30:53 -0400 |
commit | 50e6c29ed3c378451db1a5571676481bb56cebbb (patch) | |
tree | e9d9139b61c4255d5b970b4f7fb5bdac3ec6cdcd /robot/resources/global_properties.robot | |
parent | 7da748fffb8ca2cbfc763f1ac384dba61edeb605 (diff) |
cleaning up cds to try and make it work somewhat
Issue-ID: TEST-179
Change-Id: Ib37200917d9ae897d0e74479ed2357c67e4546c6
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/resources/global_properties.robot')
-rw-r--r-- | robot/resources/global_properties.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/resources/global_properties.robot b/robot/resources/global_properties.robot index 7ccb09c2..488e02ef 100644 --- a/robot/resources/global_properties.robot +++ b/robot/resources/global_properties.robot @@ -6,7 +6,7 @@ Documentation store all properties that can change or are used in multipl *** Variables *** ${GLOBAL_APPLICATION_ID} robot-ete -${GLOBAL_MSO_STATUS_PATH} /onap/so/infra/orchestrationRequests/v6/ +${GLOBAL_SO_STATUS_PATH} /onap/so/infra/orchestrationRequests/v6/ ${GLOBAL_SELENIUM_BROWSER} chrome ${GLOBAL_SELENIUM_BROWSER_CAPABILITIES} Create Dictionary ${GLOBAL_SELENIUM_DELAY} 0 |