-
Notifications
You must be signed in to change notification settings - Fork 178
Expand file tree
/
Copy pathrobot.toml
More file actions
42 lines (29 loc) · 893 Bytes
/
Copy pathrobot.toml
File metadata and controls
42 lines (29 loc) · 893 Bytes
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
output-dir = "logs"
default-profiles = ["postgresql", "common_tests"]
log-level = "DEBUG:INFO"
[profiles.common_tests]
suites=["common tests"]
[profiles.postgresql.variables]
GLOBAL_DB_SELECTOR = "PostgreSQL"
[profiles.oracledb.variables]
GLOBAL_DB_SELECTOR = "oracledb"
[profiles.cxoracle.variables]
GLOBAL_DB_SELECTOR = "cx_Oracle"
[profiles.sqlite.variables]
GLOBAL_DB_SELECTOR = "SQLite"
[profiles.db2.variables]
GLOBAL_DB_SELECTOR = "IBM_DB2"
[profiles.teradata.variables]
GLOBAL_DB_SELECTOR = "Teradata"
[profiles.pymysql.variables]
GLOBAL_DB_SELECTOR = "MySQL_pymysql"
[profiles.pyodbc.variables]
GLOBAL_DB_SELECTOR = "MySQL_pyodbc"
[profiles.oraclejdbc.variables]
GLOBAL_DB_SELECTOR = "Oracle_JDBC"
[profiles.mssql.variables]
GLOBAL_DB_SELECTOR = "MSSQL"
[profiles.excel.variables]
GLOBAL_DB_SELECTOR = "Excel"
[profiles.excelrw.variables]
GLOBAL_DB_SELECTOR = "Excel_RW"