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 "pause and unpause" scenario for Nova
This scenario covers Create server, pause, unpause and then delete it Change-Id: Ide46efeb37fa24b734a76036d6857f15670135ad
- Loading branch information
1 parent
6a8c59e
commit 2f0c079
Showing
8 changed files
with
184 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"NovaServers.pause_and_unpause_server": [ | ||
{ | ||
"args": { | ||
"flavor": { | ||
"name": "m1.nano" | ||
}, | ||
"image": { | ||
"name": "^cirros.*uec$" | ||
}, | ||
"force_delete": false | ||
}, | ||
"runner": { | ||
"type": "constant", | ||
"times": 10, | ||
"concurrency": 2 | ||
}, | ||
"context": { | ||
"users": { | ||
"tenants": 3, | ||
"users_per_tenant": 2 | ||
} | ||
} | ||
} | ||
] | ||
} |
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,17 @@ | ||
--- | ||
NovaServers.pause_and_unpause_server: | ||
- | ||
args: | ||
flavor: | ||
name: "m1.nano" | ||
image: | ||
name: "^cirros.*uec$" | ||
force_delete: false | ||
runner: | ||
type: "constant" | ||
times: 10 | ||
concurrency: 2 | ||
context: | ||
users: | ||
tenants: 3 | ||
users_per_tenant: 2 |
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