summaryrefslogtreecommitdiff
path: root/tests/cloud_tests/configs
diff options
context:
space:
mode:
authorJoshua Powers <josh.powers@canonical.com>2017-05-22 12:13:55 -0700
committerScott Moser <smoser@brickies.net>2017-05-23 15:17:42 -0400
commit06a7f0afc4db3f8ba2a6b3b521274ee45a028ef2 (patch)
treed61a5a7595945e31b13a4414d82706d6092c50b0 /tests/cloud_tests/configs
parentf38fa41317602908139aa96e930b634f65e39555 (diff)
downloadvyos-cloud-init-06a7f0afc4db3f8ba2a6b3b521274ee45a028ef2.tar.gz
vyos-cloud-init-06a7f0afc4db3f8ba2a6b3b521274ee45a028ef2.zip
tests: Apply workaround for snapd bug in test case.
Snapd does not start on artful or on the versions in proposed. This changes the behavior of the test to confirm that snapd is installed, not that it is started, while the snap team fixes the issue (LP: ##1690880).
Diffstat (limited to 'tests/cloud_tests/configs')
-rw-r--r--tests/cloud_tests/configs/modules/snappy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/cloud_tests/configs/modules/snappy.yaml b/tests/cloud_tests/configs/modules/snappy.yaml
index 923bfe12..0e7dc852 100644
--- a/tests/cloud_tests/configs/modules/snappy.yaml
+++ b/tests/cloud_tests/configs/modules/snappy.yaml
@@ -6,8 +6,8 @@ cloud_config: |
snappy:
system_snappy: auto
collect_scripts:
- snap_version: |
+ snapd: |
#!/bin/bash
- snap --version
+ dpkg -s snapd
# vi: ts=4 expandtab