Documented availability of 'auth' tag
Change-Id: I06ffd3a9237df881986967376d81d11e9c9f4f98
This commit is contained in:
@@ -16,6 +16,7 @@ After that try commands such as::
|
|||||||
run_tests.sh --nova
|
run_tests.sh --nova
|
||||||
run_tests.sh --glance
|
run_tests.sh --glance
|
||||||
run_tests.sh --swift
|
run_tests.sh --swift
|
||||||
|
run_tests.sh --auth
|
||||||
|
|
||||||
|
|
||||||
Additional Info
|
Additional Info
|
||||||
|
|||||||
@@ -11,6 +11,7 @@ function usage {
|
|||||||
echo " --nova Run all tests tagged as \"nova\"."
|
echo " --nova Run all tests tagged as \"nova\"."
|
||||||
echo " --swift Run all tests tagged as \"swift\"."
|
echo " --swift Run all tests tagged as \"swift\"."
|
||||||
echo " --glance Run all tests tagged as \"glance\"."
|
echo " --glance Run all tests tagged as \"glance\"."
|
||||||
|
echo " --auth Run all tests tagged as \"auth\"."
|
||||||
echo " -h, --help Print this usage message"
|
echo " -h, --help Print this usage message"
|
||||||
echo ""
|
echo ""
|
||||||
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
|
echo "Note: with no options specified, the script will try to run the tests in a virtual environment,"
|
||||||
@@ -29,6 +30,7 @@ function process_option {
|
|||||||
--nova) noseargs="$noseargs -a tags=nova";;
|
--nova) noseargs="$noseargs -a tags=nova";;
|
||||||
--glance) noseargs="$noseargs -a tags=glance";;
|
--glance) noseargs="$noseargs -a tags=glance";;
|
||||||
--swift) noseargs="$noseargs -a tags=swift";;
|
--swift) noseargs="$noseargs -a tags=swift";;
|
||||||
|
--auth) noseargs="$noseargs -a tags=auth";;
|
||||||
*) noseargs="$noseargs $1"
|
*) noseargs="$noseargs $1"
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user