]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
vstart_runner.py: use tuple instead of set 34962/head
authorRishabh Dave <ridave@redhat.com>
Fri, 8 May 2020 11:40:24 +0000 (17:10 +0530)
committerRishabh Dave <ridave@redhat.com>
Mon, 11 May 2020 12:31:58 +0000 (18:01 +0530)
commitcb0bfc8fab4372b0caf5102823883b0b913d4fcb
tree472fe2e81a390edc1447888919d2988cf781a7de
parent9486206f5ab4b747f6ec7b87e2a446c8fdc7df89
vstart_runner.py: use tuple instead of set

Using python3 leads to an error that says
"TypeError: unhashable type: 'Raw'".

Fixes: https://tracker.ceph.com/issues/45446
Signed-off-by: Rishabh Dave <ridave@redhat.com>
qa/tasks/vstart_runner.py