From: Nathan Cutler Date: Tue, 13 Feb 2018 06:58:24 +0000 (+0100) Subject: tests: fix factual errors in comments X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20413%2Fhead;p=ceph.git tests: fix factual errors in comments Apparently, the comments were not updated when the test YAML was carried forward from jewel. Signed-off-by: Nathan Cutler --- diff --git a/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/basic/2-workload/rbd_api_tests.yaml b/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/basic/2-workload/rbd_api_tests.yaml index 8939f3a805a..975849adca5 100644 --- a/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/basic/2-workload/rbd_api_tests.yaml +++ b/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/basic/2-workload/rbd_api_tests.yaml @@ -10,7 +10,7 @@ tasks: client.0: - "cp --force $TESTDIR/ceph_test_librbd_api $(which ceph_test_librbd_api)" - "rm -rf $TESTDIR/ceph_test_librbd_api" -- print: "**** done reverting to jewel ceph_test_librbd_api" +- print: "**** done reverting to kraken ceph_test_librbd_api" - workunit: branch: kraken clients: diff --git a/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/rbd/1-install/kraken-client-x.yaml b/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/rbd/1-install/kraken-client-x.yaml index 6bddaa07adc..841c442326f 100644 --- a/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/rbd/1-install/kraken-client-x.yaml +++ b/qa/suites/upgrade/client-upgrade-kraken/kraken-client-x/rbd/1-install/kraken-client-x.yaml @@ -2,10 +2,10 @@ tasks: - install: branch: kraken exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev'] -- print: "**** done install jewel" +- print: "**** done install kraken" - install.upgrade: exclude_packages: ['libcephfs1'] client.1: -- print: "**** done install.upgrade to -x on client.0" +- print: "**** done install.upgrade to -x on client.1" - ceph: - print: "**** done ceph task"