From: Nathan Cutler Date: Tue, 14 Feb 2017 21:13:37 +0000 (+0100) Subject: tests: remove extra indentation in exec block X-Git-Tag: v10.2.6~38^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F13422%2Fhead;p=ceph.git 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 --- 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"