]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw: test-multi: craft admin command line options differently
authorYehuda Sadeh <yehuda@redhat.com>
Mon, 2 Dec 2019 22:55:25 +0000 (14:55 -0800)
committerYehuda Sadeh <yehuda@redhat.com>
Tue, 28 Jan 2020 18:20:35 +0000 (10:20 -0800)
commitca4b319bcf9fbef52ae3c0fda2aca09ca7394c0e
tree0310f58d4b3e4aec8ff6f4b73ef720e06f021029
parentf8c4d1fb734852edf4da31f33b1e20c6d3ad924e
rgw: test-multi: craft admin command line options differently

The problem was specifically with the "--rgw-cache-enabled false" param. This
doesn't work like that anymore, need to either pass --rgw-cache-enabled=false,
or --no-rgw-cache-enabled.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
src/test/rgw/test_multi.py