diff options
author | Daniel Rose <dr695h@att.com> | 2019-03-12 20:28:33 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-12 20:28:33 +0000 |
commit | d887e56dc2e1a3a0e3b3daba163718c2913cfd7e (patch) | |
tree | 19479e4c274199e97f6a4ed66981af3f68fcaed1 /robot/resources/aai/api_version_properties.robot | |
parent | ec56cc3412fe7f75b3037e00600175193670f6b9 (diff) | |
parent | 3a5d947fa699385b8180c890e96fe67e4a5c1905 (diff) |
Merge "AAI-2208 Add robot test cases for CCVPN use case"
Diffstat (limited to 'robot/resources/aai/api_version_properties.robot')
-rw-r--r-- | robot/resources/aai/api_version_properties.robot | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/robot/resources/aai/api_version_properties.robot b/robot/resources/aai/api_version_properties.robot new file mode 100644 index 00000000..17ba9de5 --- /dev/null +++ b/robot/resources/aai/api_version_properties.robot @@ -0,0 +1,12 @@ +*** Settings *** +Documentation store all properties that can change or are used in multiple places here +... format is all caps with underscores between words and prepended with AAI +... make sure you prepend them with AAI so that other files can easily see it is from this file. + + +*** Variables *** +${AAI_AMSTERDAM_INDEX_PATH} /aai/v11 +${AAI_BEIJING_INDEX_PATH} /aai/v13 +${AAI_CASABLANCA_INDEX_PATH} /aai/v14 +${AAI_DUBLIN_INDEX_PATH} /aai/v16 + |