blob: de5519ee15d5a3a95e9398848be8a29ba9111122 [file] [log] [blame]
Gary Wu9abb61c2018-09-27 10:38:50 -07001*** Settings ***
2Documentation 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 GLOBAL
4... make sure you prepend them with GLOBAL so that other files can easily see it is from this file.
5
6*** Variables ***
Aleksandra Maciaga99022c82019-11-19 13:13:08 +01007${GLOBAL_APPLICATION_ID} robot-dcaegen2
8${GLOBAL_DCAE_CONSUL_URL} http://135.205.228.129:8500
9${GLOBAL_DCAE_CONSUL_URL1} http://135.205.228.170:8500
10${GLOBAL_DCAE_VES_URL} http://localhost:8443/eventlistener/v5
11${GLOBAL_DCAE_USERNAME} console
12${GLOBAL_DCAE_PASSWORD} ZjJkYjllMjljMTI2M2Iz
13${VESC_HTTPS_USER} sample1
14${VESC_HTTPS_PD} sample1
15${VESC_HTTPS_WRONG_PD} sample
16${VESC_HTTPS_WRONG_USER} sample
17${VESC_ROOTCA_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCA.crt
18${VESC_ROOTCA_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/rootCAdec.key
19${VESC_WRONG_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.crt
20${VESC_WRONG_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.key
21${VESC_OUTDATED_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/outdated.crt
22${VESC_OUTDATED_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/outdated.key
23
24${VESC_URL_HTTPS} https://%{VESC_IP}:8443
25${VESC_URL} http://%{VESC_IP}:8080
26${VES_ANY_EVENT_PATH} /eventListener/v5
27${VES_BATCH_EVENT_PATH} /eventListener/v5/eventBatch
28${VES_THROTTLE_STATE_EVENT_PATH} /eventListener/v5/clientThrottlingState
29${VES_EVENTLISTENER_V7} /eventListener/v7
30${VES_BATCH_EVENT_ENDPOINT_V7} /eventListener/v7/eventBatch
31${VES_VALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_valid.json
32${VES_INVALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json
33${VES_VALID_BATCH_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_valid.json
34${EVENT_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json
35${EVENT_MEASURE_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_vfirewall_measurement.json
36${EVENT_DATA_FILE_BAD} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event_bad.json
37${EVENT_BATCH_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_fault_eventlist_batch.json
38${EVENT_THROTTLING_STATE_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_fault_provide_throttle_state.json
39${EVENT_PNF_REGISTRATION} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json
40${DCAE_HEALTH_CHECK_BODY} %{WORKSPACE}/tests/dcae/testcases/assets/json_events/dcae_healthcheck.json
41
42#DCAE Health Check
43${CONFIG_BINDING_URL} http://localhost:8443
44${CB_HEALTHCHECK_PATH} /healthcheck
45${CB_SERVICE_COMPONENT_PATH} /service_component/
46${VES_Service_Name1} dcae-controller-ves-collector
47${VES_Service_Name2} ves-collector-not-exist