forked from Azure/sap-automation-qa
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvars.yaml
More file actions
44 lines (35 loc) · 1.6 KB
/
vars.yaml
File metadata and controls
44 lines (35 loc) · 1.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
###############################################################
# DONOT PUSH THIS FILE TO GitHub #
###############################################################
# Input parameters for executing the SAP Functional Tests:
# SAP Functional Test Type
# Options: SAPFunctionalTests, ConfigurationChecks
TEST_TYPE: SAPFunctionalTests
# SAP Functional Test Tier
# Options: Database High Availability, Central Services High Availability
# Not required if TEST_TYPE is ConfigurationChecks
SAP_FUNCTIONAL_TEST_TYPE: DatabaseHighAvailability
# SAP System Configuration
# String: Name of the SAP system configuration to be tested (Location: WORKSPACES/SYSTEM/DEV-WEEU-SAP01-X00 directory)
SYSTEM_CONFIG_NAME: DEV-WEEU-SAP01-X00
# Workspaces Directory
# String: Directory containing the WORKSPACES (default: WORKSPACES)
WORKSPACES_DIR: WORKSPACES
# Choose the type of authentication you configured for a local account on the SAP VMs.
# String: VMPASSWORD SSHKEY
AUTHENTICATION_TYPE: SSHKEY
# Test Results Destination
# Options: Azure Log Analytics Workspace: azureloganalytics, Azure Data Explorer: azuredataexplorer
telemetry_data_destination: null
# table name for telemetry data
telemetry_table_name: null
# Properties for Azure Log Analytics Workspace
laws_shared_key: null
laws_workspace_id: null
laws_subscription_id: null
laws_resource_group: null
laws_workspace_name: null
# Properties for Azure Data Explorer
adx_database_name: null
adx_cluster_fqdn: null
adx_client_id: null