]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rgw: fix test_multi.py default config file path 15306/head
authorJiaying Ren <jiaying.ren@umcloud.com>
Fri, 26 May 2017 10:06:21 +0000 (18:06 +0800)
committerJiaying Ren <jiaying.ren@umcloud.com>
Sat, 27 May 2017 02:45:20 +0000 (10:45 +0800)
commita0d88b09efe0afdf8e1fa4ff46d6aa8543b44a50
treeac6a5baa326646432e5e833c98c92135bdb7b746
parent6b6c14f8c7f298f536c09a1df09ec4b809aeb186
rgw: fix test_multi.py default config file path

$ python test_multi.py --num-zonegroups=2 --num-zones 2 --gateways-per-zone 1
Traceback (most recent call last):
  File "test_multi.py", line 315, in <module>
      init(True)
        File "test_multi.py", line 162, in init
    path = tpath('test_multi.conf')
    NameError: global name 'tpath' is not defined

Signed-off-by: Jiaying Ren <jiaying.ren@umcloud.com>
src/test/rgw/test_multi.py