first commit!
diff --git a/cvp_checks/global_config.yaml b/cvp_checks/global_config.yaml
new file mode 100644
index 0000000..9edfc0d
--- /dev/null
+++ b/cvp_checks/global_config.yaml
@@ -0,0 +1,15 @@
+---
+# MANDATORY: Credentials for Salt master
+#SALT_URL: <salt_url> 
+#SALT_USERNAME: <salt_usr>
+#SALT_PASSWORD: <salt_pwd>
+
+# List of nodes to skip in tests
+skipped_nodes: []
+
+# ntp test setting
+time_deviation: 30
+
+# mtu test setting
+# mask for interfaces to skip
+skipped_ifaces: ["bonding_masters", "lo", "veth", "tap", "cali"]