summaryrefslogtreecommitdiff
path: root/tests/integration_tests/modules/test_combined.py
diff options
context:
space:
mode:
authorBrett Holman <brett.holman@canonical.com>2021-11-17 11:35:00 -0700
committerGitHub <noreply@github.com>2021-11-17 12:35:00 -0600
commit7f03da357e4e72f7fe09e9b35b23ba1d83477f6c (patch)
tree1fe38ed74d9396cfc96cfb97f28ff4e769c7d59d /tests/integration_tests/modules/test_combined.py
parent8c52bb3fc530742fce50f7f1061a24f3c453ef94 (diff)
downloadvyos-cloud-init-7f03da357e4e72f7fe09e9b35b23ba1d83477f6c.tar.gz
vyos-cloud-init-7f03da357e4e72f7fe09e9b35b23ba1d83477f6c.zip
testing: add growpart integration test (#1104)
Add growpart integration test and associated unit tests Additionally, a small runcmd check for a commented line.
Diffstat (limited to 'tests/integration_tests/modules/test_combined.py')
-rw-r--r--tests/integration_tests/modules/test_combined.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration_tests/modules/test_combined.py b/tests/integration_tests/modules/test_combined.py
index 2635d41a..bc19c2a2 100644
--- a/tests/integration_tests/modules/test_combined.py
+++ b/tests/integration_tests/modules/test_combined.py
@@ -53,6 +53,8 @@ rsyslog:
me: "127.0.0.1"
runcmd:
- echo 'hello world' > /var/tmp/runcmd_output
+
+ - #
- logger "My test log"
snap:
squashfuse_in_container: true