4accac9b9c2176d16bf0843ee8e903c2326fb71a
[aai/test-config.git] / testsuite / robot / resources / aai / csit-api-version-properties.robot
1 *** Settings ***
2 Documentation        store all properties that can change or are used in multiple places here
3 ...                    format is all caps with underscores between words and prepended with AAI
4 ...                   make sure you prepend them with AAI so that other files can easily see it is from this file.
5
6
7 *** Variables ***
8 ${AAI_UNSUPPORTED_INDEX_PATH}=  /aai/v1
9 ${AAI_AMSTERDAM_INDEX_PATH}=    /aai/v11
10 ${AAI_BEIJING_INDEX_PATH}=      /aai/v13
11 ${AAI_CASABLANCA_INDEX_PATH}=   /aai/v14
12 ${AAI_DUBLIN_INDEX_PATH}=       /aai/v16
13
14 ${AAI_CLOUDINFRA_PATH}=    /cloud-infrastructure
15 ${AAI_EXTERNALSYS_PATH}=   /external-system
16 ${AAI_BUSINESS_PATH}=      /business
17 ${AAI_SDAC_PATH}=          /service-design-and-creation
18 ${AAI_NETWORK_PATH}=       /network
19 ${AAI_COMMON_PATH}=        /common
20
21 ${AAI_NODES_PATH}=      /nodes
22 ${AAI_EXAMPLES_PATH}=   /examples
23