[VVP] updating validation scripts in dublin
[vvp/validation-scripts.git] / ice_validator / tests / fixtures / test_no_image_files / pass / pass.yaml
diff --git a/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml b/ice_validator/tests/fixtures/test_no_image_files/pass/pass.yaml
new file mode 100644 (file)
index 0000000..86da04e
--- /dev/null
@@ -0,0 +1,16 @@
+heat_template_version: 2015-04-30
+
+description: fdsafsfsa
+
+parameters:
+
+  # network cloud
+  testnetwork:
+    type: string
+
+resources:
+
+  testport:
+    type: OS::Neutron::Port
+    properties:
+      network: { get_param: testnetwork }