From 256b850fc1a80f71b0b8365c6d66abea84482f9e Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Tue, 14 Feb 2017 22:13:37 +0100 Subject: [PATCH] tests: remove extra indentation in exec block The exec block was indented by an extra space, causing line 439, in parse_block_mapping_key "expected , but found %r" % token.id, token.start_mark) yaml.parser.ParserError: while parsing a block mapping in "", line 111, column 3: sequential: ^ expected , but found '' in "", line 126, column 4: - exec: ^ when trying to run upgrade/hammer-x Reported-by: Yuri Weinstein Signed-off-by: Nathan Cutler --- qa/suites/upgrade/hammer-x/tiering/3-upgrade/upgrade.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/qa/suites/upgrade/hammer-x/tiering/3-upgrade/upgrade.yaml b/qa/suites/upgrade/hammer-x/tiering/3-upgrade/upgrade.yaml index 1627dbedaca8..5bbfda2e41e5 100644 --- a/qa/suites/upgrade/hammer-x/tiering/3-upgrade/upgrade.yaml +++ b/qa/suites/upgrade/hammer-x/tiering/3-upgrade/upgrade.yaml @@ -75,9 +75,9 @@ upgrade-second-half: wait-for-osds-up: true - sleep: duration: 60 - - exec: - mon.a: - - ceph osd set require_jewel_osds + - exec: + mon.a: + - ceph osd set require_jewel_osds - ceph.healthy: - print: "**** HEALTH_OK reached after upgrading last OSD to jewel" -- 2.47.3