From 7b58982abdf58b948ee7c5f91a6c6fdfb99b59f1 Mon Sep 17 00:00:00 2001 From: Daniel Watkins Date: Wed, 13 Jan 2021 10:46:06 -0500 Subject: test_upgrade: add some missing commas (#769) --- tests/integration_tests/test_upgrade.py | 4 ++-- 1 file 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', -- cgit v1.2.3