aboutsummaryrefslogtreecommitdiffstats
path: root/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml')
-rw-r--r--ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
new file mode 100644
index 0000000..86da04e
--- /dev/null
+++ b/ice_validator/tests/fixtures/test_no_image_files/fail/pass.yaml
@@ -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 }