diff options
Diffstat (limited to 'tests/cloud_tests/testcases/bugs/lp1511485.yaml')
-rw-r--r-- | tests/cloud_tests/testcases/bugs/lp1511485.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/cloud_tests/testcases/bugs/lp1511485.yaml b/tests/cloud_tests/testcases/bugs/lp1511485.yaml new file mode 100644 index 00000000..ebf9763f --- /dev/null +++ b/tests/cloud_tests/testcases/bugs/lp1511485.yaml @@ -0,0 +1,11 @@ +# +# LP Bug 1511485: final_message is silent on ubuntu-12.04.5 / cloud-init 0.6.3 +# +# 2016-11-17: Disabled as covered by module based tests +# +enabled: False +cloud_config: | + #cloud-config + final_message: "Final message from cloud-config" + +# vi: ts=4 expandtab |