Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
34a6512b77d2264dc8c911fb0af6060c605eb91f
/
tempest
/
api
/
compute
/
admin
/
test_flavors.py
ebbfd1c
Switch to decorators.idempotent_id on compute.admin
by Ken'ichi Ohmichi
· 8 years ago
3f0dc9e
Avoid local variable referenced before assignment
by guo yunxian
· 9 years ago
d079c89
Add pep8 check to use data_utils.rand_uuid()
by Ken'ichi Ohmichi
· 9 years ago
db9672e
Use tempest.lib code in tempest
by Andrea Frittoli (andreaf)
· 9 years ago
88363cb
Fix H404/405 violations for api tests(3/3)
by Ken'ichi Ohmichi
· 10 years ago
f2d436e
Make create_server use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
19973be
Return complete response from flavors_client part-1
by ghanshyam
· 10 years ago
96338c4
Make create_flavor use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
d39431f
Use the prefix-embedded rand_name method
by Fei Long Wang
· 10 years ago
9150968
Merge list_flavors_with_detail to list_flavors
by Ken'ichi Ohmichi
· 10 years ago
5628f3f
Apply a naming rule of GET to compute clients(f*)
by Ken'ichi Ohmichi
· 10 years ago
1b05daa
remove gate tag (part 1)
by Sean Dague
· 10 years ago
0a95854
Merge "Remove migrated utils code"
by Jenkins
· 10 years ago
60b7309
Split resource_setup for compute tests
by Rohan Kanade
· 10 years ago
01472ff
Remove migrated utils code
by Matthew Treinish
· 10 years ago
7579c1a
Add UUIDs to all tempest tests and gate check
by Chris Hoge
· 10 years ago
4b29e47
Change tempest BadRequest exc to tempest-lib exc
by Masayuki Igawa
· 10 years ago
2fa77b2
Change flavors client to return one value and update tests
by David Kranz
· 10 years ago
2fac831
delete all compute xml tests
by Sean Dague
· 11 years ago
2d2d4d9
Fix the flavor ram string value
by Ken'ichi Ohmichi
· 11 years ago
50bb80d
Migrate computev2 API tests to resource_* fixtures
by Andrea Frittoli
· 11 years ago
c795b9e
Enable E113,E111,H302,F812,E713 rules
by Matthew Treinish
· 11 years ago
a7e6871
Clarify API extension description of Nova API
by Ken'ichi Ohmichi
· 11 years ago
c55690d
Enable private flavors tests
by Santiago Baldassin
· 11 years ago
7f98916
Test current tenant not added to private flavor
by Santiago Baldassin
· 11 years ago
dfabaf2
Cleanup _interface class variables in compute
by Masayuki Igawa
· 11 years ago
2e7513a
unskip test_list_non_public_flavor
by Attila Fazekas
· 11 years ago
e8d31a0
Remove vim headers
by Masayuki Igawa
· 11 years ago
c730d58
add some negative tests for flavor
by Lingxian Kong
· 12 years ago
e3d2614
Add config options for enabled extensions
by Matthew Treinish
· 12 years ago
3577260
Enable a uuid flavor
by Ken'ichi Ohmichi
· 12 years ago
259c113
Cleanup using about the data_utils module and functions
by Masayuki Igawa
· 12 years ago
ae7c7c5
add tests for show and update of Flavor Extra Spec API extension
by ivan-zhu
· 12 years ago
f2b0050
add BaseV2ComputeTest as the base class of nova v2 api tests
by ivan-zhu
· 12 years ago
83181a9
introduces skip_because decorator
by Giulio Fidente
· 12 years ago
39f9722
Replace OpenStack LLC with OpenStack Foundation
by ZhiQiang Fan
· 12 years ago
72be9d3
Merge "assertEquals is deprecated, use assertEqual"
by Jenkins
· 12 years ago
fc77e93
assertEquals is deprecated, use assertEqual
by Chang Bo Guo
· 12 years ago
32b1e6c
Add a create_server test for flavor authorization
by Ken'ichi Ohmichi
· 12 years ago
20f1322
add flavor creation tests
by Zhi Kun Liu
· 12 years ago
7f7d452
use assertIsNotNone instead of assertNotEqual(*, None)
by Ionuț Arțăriși
· 12 years ago
3d955d9
Fixed test for non-public flavor
by Sumanth Nagadavalli
· 12 years ago
f7f34f9
White space after # in tempest/api files
by Attila Fazekas
· 12 years ago
ba3985a
Removes 'positive' tag from tests.
by Giulio Fidente
· 12 years ago
e9c7702
Set smoke/gate attributes for tests in "compute"
by Giampaolo Lauria
· 12 years ago
1937d09
rename tests -> api
by Sean Dague
· 12 years ago
[Renamed (99%) from tempest/tests/compute/admin/test_flavors.py]
2883fd5
raise the first exception in flavors and security_group test
by Attila Fazekas
· 12 years ago
cda4082
Create and delete flavor as regular user
by afazekas
· 12 years ago
19044d5
Simplify xml-json inheritance in compute
by Attila Fazekas
· 12 years ago
4ba3658
Merge quotas clients
by Attila Fazekas
· 12 years ago
85d0363
Remove unused imports
by Attila Fazekas
· 12 years ago
9465b0b
Convert to use tempest attr implementation 1/2
by Chris Yeoh
· 12 years ago
db52525
Implements test_flavors.test_invalid_is_public_string
by Tiago Mello
· 12 years ago
0d835d2
Implements test_flavors.test_is_public_string_variations
by Tiago Mello
· 12 years ago
1feeb38
Use testtools as the base testcase class.
by ivan-zhu
· 12 years ago
8abacf3
Fix flavors tests so they can be run in parallel
by Chris Yeoh
· 12 years ago
e6d8ee1
Revert "Split up XML and JSON testing."
by James E. Blair
· 12 years ago
58dec9d
Split up XML and JSON testing.
by Matthew Treinish
· 12 years ago
f344cc3
Adds 3 additional tests to test_flavor.py script
by rajalakshmi-ganesan
· 12 years ago
4dd2c0b
convert docstrings to comments
by Sean Dague
· 12 years ago
a83a16e
Fix import order to comply with import ordering rules.
by Matthew Treinish
· 12 years ago
e0884a3
Clean up pep8 E127 violations
by Zhongyue Luo
· 13 years ago
2a5b60a
Re-enable 3 flavor tests
by Joe Gordon
· 13 years ago
eda03b5
Add XML support for flavors_client
by Tiago Mello
· 13 years ago
8ebc369
Resolves lp#1042541
by dwalleck
· 13 years ago
f38eaac
Refactor Tempest to be parallel-test friendly
by Jay Pipes
· 13 years ago
13b479b
Step 1 of refactoring compute tests
by Jay Pipes
· 13 years ago
8581f53
Deleted flavors can be viewed ... but not listed.
by Dan Prince
· 13 years ago
0353029
Minor fixes and docstrings updates
by Rohit Karajgi
· 13 years ago