diff options
author | Saravanakumar <sarumuga@redhat.com> | 2017-06-29 17:58:56 +0530 |
---|---|---|
committer | Saravanakumar <sarumuga@redhat.com> | 2017-06-29 18:03:40 +0530 |
commit | 3e33c9640d2b4b2d15a21483c34bb48845fce7bf (patch) | |
tree | 740a0189b03506e48447b993d88a1149253e3ea4 /tests | |
parent | 8e29c3a6f749837e694a6cb031b8740935a62dc3 (diff) | |
download | gluster-3e33c9640d2b4b2d15a21483c34bb48845fce7bf.tar.gz gluster-3e33c9640d2b4b2d15a21483c34bb48845fce7bf.tar.bz2 gluster-3e33c9640d2b4b2d15a21483c34bb48845fce7bf.tar.xz gluster-3e33c9640d2b4b2d15a21483c34bb48845fce7bf.zip |
rename docker-gluster-swift as docker-gluster-s3 and the top
level directory gluster-object as gluster-s3object
Update README and test scripts to reflect name change.
Signed-off-by: Saravanakumar <sarumuga@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/shelltest/test_gluster_container_basic.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/shelltest/test_gluster_container_basic.sh b/tests/shelltest/test_gluster_container_basic.sh index 8d139ca..452e34d 100755 --- a/tests/shelltest/test_gluster_container_basic.sh +++ b/tests/shelltest/test_gluster_container_basic.sh @@ -35,12 +35,12 @@ testit "test shellcheck ${BASE_DIR}/CentOS/gluster-setup.sh" \ test_shellcheck ${BASE_DIR}/CentOS/gluster-setup.sh \ || ((failed++)) -testit "test script syntax ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh" \ - test_syntax ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh \ +testit "test script syntax ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh" \ + test_syntax ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh \ || ((failed++)) -testit "test shellcheck ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh" \ - test_shellcheck ${BASE_DIR}/gluster-object/CentOS/docker-gluster-swift/update_gluster_vol.sh \ +testit "test shellcheck ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh" \ + test_shellcheck ${BASE_DIR}/gluster-s3object/CentOS/docker-gluster-s3/update_gluster_vol.sh \ || ((failed++)) |