summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml')
-rw-r--r--tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml b/tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml
deleted file mode 100644
index 7bd803db..00000000
--- a/tests/cloud_tests/testcases/examples/run_commands_first_boot.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-#
-# From cloud config examples on cloudinit.readthedocs.io
-#
-# 2016-11-17: Disabled as covered by module based tests
-#
-enabled: False
-cloud_config: |
- #cloud-config
- bootcmd:
- - echo 192.168.1.130 us.archive.ubuntu.com > /etc/hosts
-collect_scripts:
- hosts: |
- #!/bin/bash
- cat /etc/hosts
-
-# vi: ts=4 expandtab