Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 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 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 Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame] | 7 | |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 8 | ${GLOBAL_APPLICATION_ID} robot-dcaegen2 |
| 9 | ${GLOBAL_DCAE_CONSUL_URL} http://135.205.228.129:8500 |
| 10 | ${GLOBAL_DCAE_CONSUL_URL1} http://135.205.228.170:8500 |
| 11 | ${GLOBAL_DCAE_VES_URL} http://localhost:8443/eventlistener/v5 |
| 12 | ${GLOBAL_DCAE_USERNAME} console |
| 13 | ${GLOBAL_DCAE_PASSWORD} ZjJkYjllMjljMTI2M2Iz |
| 14 | ${VESC_HTTPS_USER} sample1 |
| 15 | ${VESC_HTTPS_PD} sample1 |
| 16 | ${VESC_HTTPS_WRONG_PD} sample |
| 17 | ${VESC_HTTPS_WRONG_USER} sample |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame] | 18 | ${VESC_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/temporary.crt |
| 19 | ${VESC_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/temporary.key |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 20 | ${VESC_WRONG_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.crt |
| 21 | ${VESC_WRONG_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/wrong.key |
| 22 | ${VESC_OUTDATED_CERT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/outdated.crt |
| 23 | ${VESC_OUTDATED_KEY} %{WORKSPACE}/tests/dcaegen2/testcases/assets/certs/outdated.key |
| 24 | |
| 25 | ${VESC_URL_HTTPS} https://%{VESC_IP}:8443 |
| 26 | ${VESC_URL} http://%{VESC_IP}:8080 |
| 27 | ${VES_ANY_EVENT_PATH} /eventListener/v5 |
| 28 | ${VES_BATCH_EVENT_PATH} /eventListener/v5/eventBatch |
| 29 | ${VES_THROTTLE_STATE_EVENT_PATH} /eventListener/v5/clientThrottlingState |
| 30 | ${VES_EVENTLISTENER_V7} /eventListener/v7 |
| 31 | ${VES_BATCH_EVENT_ENDPOINT_V7} /eventListener/v7/eventBatch |
| 32 | ${VES_VALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_valid.json |
Aleksandra Maciaga | cb44559 | 2020-07-07 15:33:15 +0200 | [diff] [blame] | 33 | ${VES_VALID_JSON_V7_STND_DEF_FIELDS} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_valid_eventWithStndDefinedFields.json |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 34 | ${VES_INVALID_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_invalid.json |
mprzybys | 038028c | 2020-02-18 14:08:01 +0000 | [diff] [blame] | 35 | ${VES_PARAMETER_OUT_OF_SCHEMA_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_parameter_out_of_schema.json |
mprzybys | 86fabf6 | 2020-02-18 13:33:33 +0000 | [diff] [blame] | 36 | ${VES_MISSING_MANDATORY_PARAMETER_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_missing_mandatory_parameter.json |
| 37 | ${VES_EMPTY_JSON} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_empty_json.json |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 38 | ${VES_VALID_BATCH_JSON_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_valid.json |
mprzybys | 8414d30 | 2020-02-19 08:36:01 +0000 | [diff] [blame] | 39 | ${VES_BATCH_MISSING_MANDATORY_PARAM_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_missing_mandatory_parameter.json |
mprzybys | 5bcc97f | 2020-02-19 08:50:51 +0000 | [diff] [blame] | 40 | ${VES_BATCH_PARAM_OUT_OF_SCHEMA_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_batch_parameter_out_of_schema.json |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 41 | ${EVENT_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event.json |
| 42 | ${EVENT_MEASURE_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_vfirewall_measurement.json |
| 43 | ${EVENT_DATA_FILE_BAD} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_single_fault_event_bad.json |
| 44 | ${EVENT_BATCH_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_fault_eventlist_batch.json |
| 45 | ${EVENT_THROTTLING_STATE_DATA_FILE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_volte_fault_provide_throttle_state.json |
| 46 | ${EVENT_PNF_REGISTRATION} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_pnf_registration_event.json |
mprzybys | a161682 | 2020-02-19 09:27:27 +0000 | [diff] [blame] | 47 | ${EVENT_PNF_REGISTRATION_V7} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves7_pnf_registration_event.json |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 48 | ${DCAE_HEALTH_CHECK_BODY} %{WORKSPACE}/tests/dcae/testcases/assets/json_events/dcae_healthcheck.json |
Michal Banka | 6ca0811 | 2020-08-20 15:18:56 +0200 | [diff] [blame] | 49 | ${VES_STND_DEFINED_EMPTY_NAMESPACE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_empty_namespace.json |
Michal Banka | 5931760 | 2020-08-17 16:38:07 +0200 | [diff] [blame] | 50 | ${VES_STND_DEFINED_MISSING_NAMESPACE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_missing_namespace.json |
Maciej Malewski | 6f58fd5 | 2020-07-30 09:01:52 +0200 | [diff] [blame] | 51 | ${VES_NAMESPACE_3GPP_PROVISIONING_MISSING_SOURCENAME} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_3GPP-Provisioning_missing_sourceName.json |
Michal Banka | 5931760 | 2020-08-17 16:38:07 +0200 | [diff] [blame] | 52 | ${VES_STND_DEFINED_3GPP_PROVISIONING} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_3GPP-Provisioning.json |
| 53 | ${VES_STND_DEFINED_3GPP_HEARTBEAT} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_3GPP-Heartbeat.json |
| 54 | ${VES_STND_DEFINED_3GPP_FAULTSUPERVISION} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_3GPP-FaultSupervision.json |
| 55 | ${VES_STND_DEFINED_3GPP_PERFORMANCE_ASSURANCE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_3GPP-PerformanceAssurance.json |
Michal Banka | 6ca0811 | 2020-08-20 15:18:56 +0200 | [diff] [blame] | 56 | ${VES_STND_DEFINED_EMPTY_DATA} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_empty_data_fields.json |
| 57 | ${VES_STND_DEFINED_INVALID_DATA_NO_SCHEMA_REF} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_invalid_data_fields_no_schema_ref.json |
| 58 | ${VES_STND_DEFINED_INCORRECT_SCHEMA_REF} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_incorrect_schema_ref.json |
| 59 | ${VES_STND_DEFINED_NO_VALUE} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_no_value.json |
| 60 | ${VES_STND_DEFINED_INVALID_TYPE_DATA} %{WORKSPACE}/tests/dcaegen2/testcases/assets/json_events/ves_stdnDefined_invalid_type_data_field.json |
Edyta Krukowska | 4236d2f | 2020-08-19 12:34:49 +0200 | [diff] [blame] | 61 | ${VES_CERT_BASIC_AUTH_COLLECTOR_PROPERTIES} %{WORKSPACE}/tests/dcaegen2/testcases/resources/collector_basic_auth.properties |
| 62 | ${VES_DISABLED_STNDDEFINED_COLLECTOR_PROPERTIES} %{WORKSPACE}/tests/dcaegen2/testcases/resources/collector_stnd_defined.properties |
Aleksandra Maciaga | 99022c8 | 2019-11-19 13:13:08 +0100 | [diff] [blame] | 63 | |
| 64 | #DCAE Health Check |
| 65 | ${CONFIG_BINDING_URL} http://localhost:8443 |
| 66 | ${CB_HEALTHCHECK_PATH} /healthcheck |
| 67 | ${CB_SERVICE_COMPONENT_PATH} /service_component/ |
| 68 | ${VES_Service_Name1} dcae-controller-ves-collector |
Aleksandra Maciaga | a73f9a5 | 2019-11-20 12:14:44 +0100 | [diff] [blame] | 69 | ${VES_Service_Name2} ves-collector-not-exist |
| 70 | |