summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2021-01-13 10:46:06 -0500
committerGitHub <noreply@github.com>2021-01-13 10:46:06 -0500
commit7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1 (patch)
treedbd3dbaf856e93958e16fba4cb40d0605ed26841
parent37abbc43334d522cfbda595fcee2e52592b4d354 (diff)
downloadcloud-init-git-7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1.tar.gz
test_upgrade: add some missing commas (#769)
-rw-r--r--tests/integration_tests/test_upgrade.py4
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',