diff options
author | Daniel Watkins <oddbloke@ubuntu.com> | 2021-01-13 10:46:06 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:46:06 -0500 |
commit | 7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1 (patch) | |
tree | dbd3dbaf856e93958e16fba4cb40d0605ed26841 /tests/integration_tests | |
parent | 37abbc43334d522cfbda595fcee2e52592b4d354 (diff) | |
download | vyos-cloud-init-7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1.tar.gz vyos-cloud-init-7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1.zip |
test_upgrade: add some missing commas (#769)
Diffstat (limited to 'tests/integration_tests')
-rw-r--r-- | tests/integration_tests/test_upgrade.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/integration_tests/test_upgrade.py b/tests/integration_tests/test_upgrade.py index a115bea7..660d363f 100644 --- a/tests/integration_tests/test_upgrade.py +++ b/tests/integration_tests/test_upgrade.py @@ -26,9 +26,9 @@ def _output_to_compare(instance, file_path, netcfg_path): # have broken across re-constitution of a cached datasource. Some # platforms invalidate their datasource cache on reboot, so we run # it here to ensure we get a dirty run. - 'cloud-init init' + 'cloud-init init', 'grep Trace /var/log/cloud-init.log', - 'cloud-id' + 'cloud-id', 'cat {}'.format(netcfg_path), 'systemd-analyze', 'systemd-analyze blame', |