]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/workunits/rest/test.py: make osd create test idempotent 2061/head
authorSage Weil <sage@inktank.com>
Wed, 2 Jul 2014 17:38:43 +0000 (10:38 -0700)
committerSage Weil <sage@inktank.com>
Wed, 2 Jul 2014 17:39:17 +0000 (10:39 -0700)
commitbb3e1c92b6682ed39968dc5085b69c117f43cbb0
treedc44658e14abdb0eab6e2911eb658ecaf9c2606d
parentf3c92145ef1f8a8c6b5a911779de7f56e9ba32c3
qa/workunits/rest/test.py: make osd create test idempotent

Avoid possibility that we create multiple OSDs do to retries by passing in
the optional uuid arg.  (A stray osd id will make the osd tell tests a
few lines down fail.)

Fixes: #8728
Signed-off-by: Sage Weil <sage@inktank.com>
qa/workunits/rest/test.py