Monty Taylor
8d7189f117
Added Apache 2.0 License information.
...
Fixes bug 932819
Change-Id: I58e0c2ad704e2e8ff1924a01791694a5e02a154b
11 years ago
Brian Waldon
0e775d628b
Add pagination to GET /tokens
...
* Partially fixes bug 928049
Change-Id: I21943dcc7cea4dabfab672e84fe507e78e430de4
11 years ago
Anthony Young
e5ffa74733
Fix largest memory leak in ksl tests
...
* Explicitly kill wsgi servers that are launched
* Fixes bug 929653
* Fix spaceypoo
Change-Id: Id4b2f06749cb57c2680d37c1e4014c020d95ad5e
11 years ago
Dolph Mathews
c64a12ffc7
Friendly JSON exceptions (bug 928061, bug 928062)
...
Example http://pastie.org/3338663
Change-Id: I26f53488c062ebfb6e49cfcf82e0b8179a683ea8
11 years ago
Brian Waldon
a3d21f06ad
Add auth checks to ec2 credential crud operations
...
* Re-enables ec2 crud authorization tests
* Fixes bug 928471
Change-Id: I22a97a8659ade5d146b52d112ff66ea58f847ef7
11 years ago
termie
fabad5a660
remove novaclient, fix python syntax
...
Change-Id: Ib5c523a5feb74fbc6f4f75ec4d112dbcd23a559c
11 years ago
Dolph Mathews
6a5c5248a7
Added support for DELETE /tokens/{token_id}
11 years ago
termie
6fd68e1a38
fix keystoneclient tests
11 years ago
termie
c6e30eb5a1
add tests for essex and fix the testing framework
11 years ago
Monty Taylor
fc3de2491d
Use gerrit instead of github
...
When we run gating tests in jenkins, any access of network resources is a
potential source of false-negative on the test due to intermittent service
failures on systems that are out of our control. We observe that this is
actually quite frequent when things want to access PyPI or github. With
pypi, we pre-create virtualenvs and cache the eggs so that an individual
test run doesn't fail due to pypi not responding. For repos, if at all
possible, we direct them all at the gerrit instance, because since gerrit is
driving the test run in the first place, it's indicative of a much larger
problem if jenkins can't talk to it - and it's one that we can fix if it
does come up.
Change-Id: I9f54133f7f2025d15a9d0b270d2466438cbc6dd5
11 years ago
Jesse Andrews
d6d56e45dc
fix style and termie's comments about comments
11 years ago
Jesse Andrews
726b5adab0
invalid params for roles.delete
11 years ago
Jesse Andrews
d5443e2ef0
initial stab at requiring adminness
11 years ago
Jesse Andrews
1efee11f58
add tests that auth with tenant user isn't member of
11 years ago
termie
d4f2bf5fde
add a bunch of basic tests for the cli
11 years ago
termie
4899210334
bcrypt the passwords
11 years ago
termie
2ebb89bf80
fix invalid_password, skip ec2 tests
11 years ago
termie
3cce41e280
raise and catch correct authenticate error
11 years ago
termie
86dad078f4
fix user_get/user_list tests
11 years ago
Andy Smith
e34e694ee8
Merge pull request #20 from termie/no_pass_field
...
add checks for no password attribute
11 years ago
Jesse Andrews
c83bcb1aac
add checks for no password attribute
11 years ago
Jesse Andrews
2a91b1c06e
users with correct credentials but disabled are forbidden not unauthorized
11 years ago
Jesse Andrews
3d2bb3a355
test login fails with invalid password or disabled user
11 years ago
Jesse Andrews
0df93ebd19
use token_client in token tests
11 years ago
Jesse Andrews
21cfcfc38e
get_client lets you send user and tenant
11 years ago
Jesse Andrews
cbc1558ea6
update how user is specified in tests
11 years ago
Jesse Andrews
c1fe99854c
rename ec2 tests to be more explicit
11 years ago
Jesse Andrews
88b0a4bbd1
more failing ec2 tests
11 years ago
Jesse Andrews
7b4c26d603
add (failing) tests for scoping ec2 crud
11 years ago
Jesse Andrews
44c6b6939b
spacing
11 years ago
Jesse Andrews
1418925669
tests for ec2 crud
11 years ago
termie
1bd1349482
add a couple more tests
11 years ago
termie
3c88b7f546
merge test and default configs
11 years ago
termie
2340dee20f
rename extras to metadata
11 years ago
Joe Heck
763013c526
renaming keystonelight to keystone
11 years ago
termie
4b4ada27ca
run all teh keystoneclient tests against sql too
11 years ago