]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/vstart_runner: fix daemons list 23530/head
authorJohn Spray <john.spray@redhat.com>
Fri, 7 Sep 2018 15:08:32 +0000 (11:08 -0400)
committerJohn Spray <john.spray@redhat.com>
Mon, 17 Sep 2018 18:00:36 +0000 (14:00 -0400)
commitda5b25db64d4807ce2b5c519e779534a65f6e12a
tree91c8c5576ee4bbc742326c8251bc40b6c2e186ac
parente01654294c80c7ceca7049571d340b9734d3b085
qa/vstart_runner: fix daemons list

This was missing a cluster name prefix that
was added at some point, and consequently
calls to iter_daemons_of_role were returning
no daemons.

This was causing e.g. TestVolumeClient.test_data_isolated
to fail when run in vstart_runner.

Signed-off-by: John Spray <john.spray@redhat.com>
qa/tasks/vstart_runner.py