summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Watkins <oddbloke@ubuntu.com>2021-01-12 09:56:55 -0500
committerGitHub <noreply@github.com>2021-01-12 09:56:55 -0500
commit7714bbe8f2aae9ae485b071e405f38d0ef8dc996 (patch)
treea1801fbe2a3f0cdab7d8268ce66bd9d32201facb
parent2bfa461b01b14fb9fac1a3c6bee400bb4e549f81 (diff)
downloadcloud-init-git-test_upgrade.tar.gz
test_upgrade: add some missing commastest_upgrade
-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',