aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/leap_platform/provider_base/common.json2
-rw-r--r--test/provider/tags/local.json3
2 files changed, 4 insertions, 1 deletions
diff --git a/test/leap_platform/provider_base/common.json b/test/leap_platform/provider_base/common.json
index f355780..3d44269 100644
--- a/test/leap_platform/provider_base/common.json
+++ b/test/leap_platform/provider_base/common.json
@@ -21,5 +21,5 @@
"cert": "= x509.use ? file(:node_x509_cert, :missing => 'x509 certificate for node $node. Run `leap update-cert`') : nil",
"key": "= x509.use ? file(:node_x509_key, :missing => 'x509 key for node $node. Run `leap update-cert`') : nil"
},
- "local": "= self.vagrant?"
+ "local": false
}
diff --git a/test/provider/tags/local.json b/test/provider/tags/local.json
new file mode 100644
index 0000000..3fb2bba
--- /dev/null
+++ b/test/provider/tags/local.json
@@ -0,0 +1,3 @@
+{
+ "local": true
+}