diff options
| author | Jamie Lennox <jamielennox@redhat.com> | 2015-02-13 11:16:03 +1100 |
|---|---|---|
| committer | Jamie Lennox <jamielennox@redhat.com> | 2015-02-13 17:55:34 +1100 |
| commit | ffe34935a4ec69cd3e1e31ddff1b8cbdfaf35ab0 (patch) | |
| tree | 84e2f2b2b6426c6e167614c167a9521d6f18f3e5 /run_tests.sh | |
| parent | 32c18a83e2ffe80f559ca871eeddb2ef8848ff17 (diff) | |
| download | python-keystoneclient-ffe34935a4ec69cd3e1e31ddff1b8cbdfaf35ab0.tar.gz | |
Create functional test base
Setup test runners to run unit tests by default and add a stub
functional test that we can get gating.
Change-Id: I6627925ab63340c880adc7c938a0b74faff47bc7
Implements: bp functional-testing
Diffstat (limited to 'run_tests.sh')
| -rwxr-xr-x | run_tests.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run_tests.sh b/run_tests.sh index ecfb325..30f4150 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -81,7 +81,7 @@ function run_tests { if [ "$testropts" = "" ] && [ "$testrargs" = "" ]; then # Default to running all tests if specific test is not # provided. - testrargs="discover ./keystoneclient/tests" + testrargs="discover ./keystoneclient/tests/unit" fi ${wrapper} python -m testtools.run $testropts $testrargs |
