forked from openstack/rally
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add keystone update_user_password scenario
API covered users.update_password Change-Id: Ie947d7aa59b3b9151d94a6958fc4eab6c4521385
- Loading branch information
Serhii Vasheka
committed
Apr 22, 2015
1 parent
6bb572e
commit 5a8b980
Showing
7 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
samples/tasks/scenarios/keystone/create_user_update_password.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
{ | ||
"KeystoneBasic.create_user_update_password": [ | ||
{ | ||
"args": { | ||
"name_length": 10, | ||
"password_length": 10 | ||
}, | ||
"runner": { | ||
"type": "constant", | ||
"times": 100, | ||
"concurrency": 10 | ||
} | ||
} | ||
] | ||
} |
10 changes: 10 additions & 0 deletions
10
samples/tasks/scenarios/keystone/create_user_update_password.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
KeystoneBasic.create_user_update_password: | ||
- | ||
args: | ||
name_length: 10 | ||
password_length: 10 | ||
runner: | ||
type: "constant" | ||
times: 100 | ||
concurrency: 10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters