blob: 5b8e6c25d6f1b98520a7ded63aac7b52aacda2b8 [file] [log] [blame]
---
# MANDATORY: Credentials for Salt master
SALT_URL: <salt_url>
SALT_USERNAME: <salt_usr>
SALT_PASSWORD: <salt_pwd>
# List of nodes (full fqdn) to skip in all tests
# TEMPORARY: please do not comment this setting.
skipped_nodes: [""]
# List of groups (short name, e.g. dbs) to skip in group tests
# TEMPORARY: please do not comment this setting.
skipped_groups: [""]
# Some tests may skip groups
#test_mtu: {"skipped_groups": ["dbs"]}
# ntp test setting
# this test may skip specific node (use fqdn)
test_ntp_sync:
{ #"skipped_nodes": [""],
"time_deviation": 30}
# mtu test setting
# mask for interfaces to skip
skipped_ifaces: ["bonding_masters", "lo", "veth", "tap", "cali"]