Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
afcdec6a1cd9de294395e6ddde4648f883b72534
/
tempest
/
api
/
compute
/
base.py
51c8c26
Delete a BuildError server
by Ken'ichi Ohmichi
· 12 years ago
a039f87
Increase exception log details
by Yair Fried
· 12 years ago
5a059ef
Merge "port test_quotas into v3 part2"
by Jenkins
· 12 years ago
31f545c
Merge "port some servers tests into nova v3 part2"
by Jenkins
· 12 years ago
b6d69ee
port test_quotas into v3 part2
by ivan-zhu
· 12 years ago
f0bf301
port some servers tests into nova v3 part2
by ivan-zhu
· 12 years ago
00fe64f
port test_aggregates and test_hosts into nova v3 part2
by ivan-zhu
· 12 years ago
b25900a
port some flavor tests into nova v3 part2
by ivan-zhu
· 12 years ago
7e7e6a3
port test_keypairs into nova v3 part2
by ivan-zhu
· 12 years ago
0e06292
port certificates tests into nova v3 part2
by ivan-zhu
· 12 years ago
592e96a
Merge "Remove generic_setup_package() function"
by Jenkins
· 12 years ago
f7fca6a
Remove generic_setup_package() function
by Matthew Treinish
· 12 years ago
1e6001f
Merge "Race condition in ListImageFilters tests"
by Jenkins
· 12 years ago
621e460
Race condition in ListImageFilters tests
by Bob Ball
· 12 years ago
5096952
port test_server_rescue into v3 part2
by ivan-zhu
· 12 years ago
bec84a3
port test_simple_tenant_usage into nova v3 part2
by ivan-zhu
· 12 years ago
2cd19a4
Fix rebuild_server() function
by Matthew Treinish
· 12 years ago
6f5f9e9
port test_hypervisor into nova v3 part2
by ivan-zhu
· 12 years ago
42c39bb
Merge "Ensure no dangling resources are left if tests are skipped"
by Jenkins
· 12 years ago
3e2a028
Ensure no dangling resources are left if tests are skipped
by armando-migliaccio
· 12 years ago
91feab9
port attach_interfaces and server_address tests into v3 part2
by ivan-zhu
· 12 years ago
879cc99
Merge "port test_availability_zone into nova v3 part2"
by Jenkins
· 12 years ago
8adb195
Merge "add tests for InstanceUsageAuditLog"
by Jenkins
· 12 years ago
ac7b380
port test_availability_zone into nova v3 part2
by ivan-zhu
· 12 years ago
259c113
Cleanup using about the data_utils module and functions
by Masayuki Igawa
· 12 years ago
fd7bfb5
Merge "Enable all nova v3 tests"
by Jenkins
· 12 years ago
291ec4d
Merge "port test_extensions into nova v3 part2"
by Jenkins
· 12 years ago
1c1d1fb
Merge "add tests for certificates"
by Jenkins
· 12 years ago
31d9848
port test_extensions into nova v3 part2
by ivan-zhu
· 12 years ago
aeed519
Merge "port test_services into nova v3 part2"
by Jenkins
· 12 years ago
e985ca8
Enable all nova v3 tests
by Ken'ichi Ohmichi
· 12 years ago
ef7a1bd
add tests for InstanceUsageAuditLog
by ivan-zhu
· 12 years ago
d57f3cf
add tests for certificates
by ivan-zhu
· 12 years ago
5c86ae6
port test_services into nova v3 part2
by ivan-zhu
· 12 years ago
cfc052e
Rename to create_test_server in API tests
by Ken'ichi Ohmichi
· 12 years ago
8f992be
port test_images and test_server_actions into v3 part2
by ivan-zhu
· 12 years ago
6c4bb3d
Refactor duplicate isolated creds code
by Ryan Hsu
· 12 years ago
44c050a
Merge "Forced isolation for the nova quota test"
by Jenkins
· 12 years ago
430dae3
Forced isolation for the nova quota test
by Attila Fazekas
· 12 years ago
f2b0050
add BaseV2ComputeTest as the base class of nova v2 api tests
by ivan-zhu
· 12 years ago
da30650
Reduce vm creations in negative tests
by Ken'ichi Ohmichi
· 12 years ago
3313831
Don't log 'Not Found' ERROR during image cleanup
by David Kranz
· 12 years ago
39f9722
Replace OpenStack LLC with OpenStack Foundation
by ZhiQiang Fan
· 12 years ago
cb2e125
Add device name, ssh password to Tempest config
by Ryan Hsu
· 12 years ago
f86fa31
setUpClass/tearDownClass full chain
by Attila Fazekas
· 12 years ago
b86cda9
Add tenant isolation for scenario tests
by Matthew Treinish
· 12 years ago
f4a9b0f
Switch to using Oslo logging
by Matthew Treinish
· 12 years ago
3e04685
Move isolated credential code to BaseTestCase
by Matthew Treinish
· 12 years ago
47ff791
Add isolated tenants for admin compute tests
by Matthew Treinish
· 12 years ago
6b41e24
Add nova config option to service_available group
by Matthew Treinish
· 12 years ago
d553150
Merge "add create_image_from_server to base class for auto cleanup"
by Jenkins
· 13 years ago
d62bf1c
add create_image_from_server to base class for auto cleanup
by Sean Dague
· 13 years ago
3d5f163
Tests for os-hypervisors API extension of Nova
by Tony Yang
· 13 years ago
938d151
Multi-server handling in base.py
by Andrea Frittoli
· 13 years ago
c7ca334
identity v3 token
by Brant Knudson
· 13 years ago
46818aa
Configure logging format flexibly
by Mitsuhiko Yamazaki
· 13 years ago
1937d09
rename tests -> api
by Sean Dague
· 13 years ago
[Renamed (99%) from tempest/tests/compute/base.py]
3ae31e1
Add tests list the services to compute
by Leo Toyoda
· 13 years ago
ae8fc53
Add Aggregate XML client and tests.
by Mitsuhiko Yamazaki
· 13 years ago
a527891
Add tests list the availability zone
by Leo Toyoda
· 13 years ago
f516640
Add fixed ip client and tests
by Mauro S. M. Rodrigues
· 13 years ago
f5730b3
Merge "cleanup resource in setUpClass if ecxeption raised"
by Jenkins
· 13 years ago
1d78c48
refine _get_isolated_creds
by ivan-zhu
· 13 years ago
53b0115
cleanup resource in setUpClass if ecxeption raised
by ivan-zhu
· 13 years ago
8ad1c47
Add tests for nova's os-attach-interfaces extension
by Dan Smith
· 13 years ago
22897e1
create_server cleanup
by Sean Dague
· 13 years ago
dc21642
Have all test case to use a single base class
by Attila Fazekas
· 13 years ago
19044d5
Simplify xml-json inheritance in compute
by Attila Fazekas
· 13 years ago
9a63c94
Fix compute tests init
by Attila Fazekas
· 13 years ago
4ba3658
Merge quotas clients
by Attila Fazekas
· 13 years ago
6c4cce2
Fix 'if' in the clear_isolated_creds
by Attila Fazekas
· 13 years ago
01cb279
Convert to use tempest attr implementation 2/2
by Chris Yeoh
· 13 years ago
e4cb04c
Merge console_output_client to server_client
by Attila Fazekas
· 13 years ago
1feeb38
Use testtools as the base testcase class.
by ivan-zhu
· 13 years ago
cadcb1f
Credentials Configuration changes
by Attila Fazekas
· 13 years ago
8a79b9d
Ensure package-wide test init is done with testr
by Chris Yeoh
· 13 years ago
407b6db
Refactor identity
by Attila Fazekas
· 13 years ago
e6d8ee1
Revert "Split up XML and JSON testing."
by James E. Blair
· 13 years ago
58dec9d
Split up XML and JSON testing.
by Matthew Treinish
· 13 years ago
7c88eb2
Allows identity endpoint to be specified as URI
by Jay Pipes
· 13 years ago
f903943
Merge "ensure isolated test cases run with an isolated tenant"
by Jenkins
· 13 years ago
f237ccb
Fix T401 and T402 errors
by Sean Dague
· 13 years ago
ac81b7d
ensure isolated test cases run with an isolated tenant
by ivan-zhu
· 13 years ago
481466b
Initial Oslo sync for Tempest.
by Matthew Treinish
· 13 years ago
9b669e3
add create_server_with_extras
by Sean Dague
· 13 years ago
05d9fb9
Fix use of except in tempest.
by Matthew Treinish
· 13 years ago
a83a16e
Fix import order to comply with import ordering rules.
by Matthew Treinish
· 13 years ago
07599c5
Adds a Quotas client for Nova
by Rohit Karajgi
· 13 years ago
367603a
Merge "Tempest tests to cover live-block-migration"
by Jenkins
· 13 years ago
99ee914
Tempest tests to cover live-block-migration
by Mate Lakat
· 13 years ago
444c3e6
Refactor list servers negative test and fix remaining gate bugs
by Jay Pipes
· 13 years ago
6b8a7b7
Add XML support for test cases under identity admin.
by Vincent Hou
· 13 years ago
4e08690
Add XML support to the volumes client.
by Matthew Treinish
· 13 years ago
5e53851
Merge "Adds Cinder client"
by Jenkins
· 13 years ago
383c71d
Added missing imports in tempest.tests.compute.base.
by Wayne Vestal Weeks
· 13 years ago
dd47d7e
Adds Cinder client
by Rohit Karajgi
· 13 years ago
a5ccff7
Merge "Add XML support for flavors_client"
by Jenkins
· 13 years ago
eda03b5
Add XML support for flavors_client
by Tiago Mello
· 13 years ago
d6ff6b7
Prevent stale isolated tenants from blocking test runs
by Dan Smith
· 13 years ago
cf8fab6
Add an xml/servers_client.py implementation
by Dan Smith
· 13 years ago
Next »