From f3e7c0ae5c9a3b698b9536a68088069bdb01c7aa Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Fri, 27 Mar 2020 11:39:49 -0400 Subject: [PATCH] qa/tests: use py3 version of rbd scripts client.1 is upgraded to octopus, so grab the same version of the rbd workunit and test tree that will run py3 there. Signed-off-by: Josh Durgin --- .../3-workload/rbd_notification_tests.yaml | 48 ++++++++++++------- 1 file changed, 30 insertions(+), 18 deletions(-) diff --git a/qa/suites/upgrade/client-upgrade-luminous-octopus/luminous-client-x/rbd/3-workload/rbd_notification_tests.yaml b/qa/suites/upgrade/client-upgrade-luminous-octopus/luminous-client-x/rbd/3-workload/rbd_notification_tests.yaml index 17d2c17db0c..975dc0233c6 100644 --- a/qa/suites/upgrade/client-upgrade-luminous-octopus/luminous-client-x/rbd/3-workload/rbd_notification_tests.yaml +++ b/qa/suites/upgrade/client-upgrade-luminous-octopus/luminous-client-x/rbd/3-workload/rbd_notification_tests.yaml @@ -1,21 +1,33 @@ tasks: -- workunit: - branch: luminous - clients: - client.0: - - rbd/notify_master.sh - client.1: - - rbd/notify_slave.sh - env: - RBD_FEATURES: "61" +- parallel: + - workunit: + branch: luminous + clients: + client.0: + - rbd/notify_master.sh + env: + RBD_FEATURES: "61" + - workunit: + branch: octopus + clients: + client.1: + - rbd/notify_slave.sh + env: + RBD_FEATURES: "61" - print: "**** done rbd: old librbd -> new librbd" -- workunit: - branch: luminous - clients: - client.0: - - rbd/notify_slave.sh - client.1: - - rbd/notify_master.sh - env: - RBD_FEATURES: "61" +- parallel: + - workunit: + branch: luminous + clients: + client.0: + - rbd/notify_slave.sh + env: + RBD_FEATURES: "61" + - workunit: + branch: octopus + clients: + client.1: + - rbd/notify_master.sh + env: + RBD_FEATURES: "61" - print: "**** done rbd: new librbd -> old librbd" -- 2.47.3