diff options
Diffstat (limited to 'tests/integration_tests/test_upgrade.py')
-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', |