From caa8818eee7a3224c7d2c4fc14d5110e7b41df39 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 3 Dec 2013 18:42:23 -0500 Subject: renaming swauth tools to gswauth cli tools for account and user mgmt have been renamed from swauth-* to gswauth-* Updated other configuration and test files accordingly Change-Id: Iced3bb27fbd09da45754ddb264f8fb4528ab423c Signed-off-by: Thiago da Silva Reviewed-on: http://review.gluster.org/6417 Reviewed-by: pushpesh sharma Tested-by: pushpesh sharma Reviewed-by: Shilpa MJ Tested-by: Shilpa MJ Reviewed-by: Luis Pabon --- tools/gswauth_functional_tests.sh | 10 +++++----- tools/tox_run.sh | 9 ++++----- 2 files changed, 9 insertions(+), 10 deletions(-) (limited to 'tools') diff --git a/tools/gswauth_functional_tests.sh b/tools/gswauth_functional_tests.sh index 0c09fa2..5e4b31a 100755 --- a/tools/gswauth_functional_tests.sh +++ b/tools/gswauth_functional_tests.sh @@ -59,10 +59,10 @@ run_generic_tests() gswauth_cleanup #swauth-prep - sudo_env swauth-prep -K gswauthkey || fail "Unable to prep gswauth" - sudo_env swauth-add-user -K gswauthkey -a test tester testing || fail "Unable to add user test" - sudo_env swauth-add-user -K gswauthkey -a test2 tester2 testing2 || fail "Unable to add user test2" - sudo_env swauth-add-user -K gswauthkey test tester3 testing3 || fail "Unable to add user test3" + sudo_env gswauth-prep -K gswauthkey || fail "Unable to prep gswauth" + sudo_env gswauth-add-user -K gswauthkey -a test tester testing || fail "Unable to add user test" + sudo_env gswauth-add-user -K gswauthkey -a test2 tester2 testing2 || fail "Unable to add user test2" + sudo_env gswauth-add-user -K gswauthkey test tester3 testing3 || fail "Unable to add user test3" nosetests -v --exe \ --with-xunit \ @@ -105,7 +105,7 @@ sudo service memcached start || fail "Unable to start memcached" sudo_env swift-init main start || fail "Unable to start swift" #swauth-prep -sudo_env swauth-prep -K gswauthkey || fail "Unable to prep gswauth" +sudo_env gswauth-prep -K gswauthkey || fail "Unable to prep gswauth" mkdir functional_tests > /dev/null 2>&1 nosetests -v --exe \ diff --git a/tools/tox_run.sh b/tools/tox_run.sh index da10630..0499690 100755 --- a/tools/tox_run.sh +++ b/tools/tox_run.sh @@ -80,11 +80,10 @@ sudo service memcached start || fail "Unable to start memcached" sudo_env swift-init main start || fail "Unable to start swift" #swauth-prep -sudo_env swauth-prep -K gswauthkey || fail "Unable to prep gswauth" -sudo_env swauth-prep -K gswauthkey || fail "Unable to prep gswauth" -sudo_env swauth-add-user -K gswauthkey -a test tester testing || fail "Unable to add user test" -sudo_env swauth-add-user -K gswauthkey -a test2 tester2 testing2 || fail "Unable to add user test2" -sudo_env swauth-add-user -K gswauthkey test tester3 testing3 || fail "Unable to add user test3" +sudo_env gswauth-prep -K gswauthkey || fail "Unable to prep gswauth" +sudo_env gswauth-add-user -K gswauthkey -a test tester testing || fail "Unable to add user test" +sudo_env gswauth-add-user -K gswauthkey -a test2 tester2 testing2 || fail "Unable to add user test2" +sudo_env gswauth-add-user -K gswauthkey test tester3 testing3 || fail "Unable to add user test3" # open the shell to the user bash --norc -i -- cgit