Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
cd36841ca25b39b9c8ad1b83e0abd0a191d538a0
/
tempest
/
api
/
compute
/
servers
/
test_create_server.py
cd36841
Move test decorators to common
by Andrea Frittoli
· 8 years ago
d095847
Do not run test_create_server_with_scheduler_hint_group twice
by zhufl
· 8 years ago
88eb677
Move schedule filter check to compute module
by Andrea Frittoli
· 8 years ago
9958b17
Add volume backed instance coverage to API tests
by Andrea Frittoli
· 8 years ago
d69d1b5
Move multi-nic tests to dedicated module
by Andrea Frittoli
· 8 years ago
63f059e
Do not use any() to check whether a list is empty
by zhufl
· 8 years ago
8160d31
test.py: stop using aliases for creds manager
by Jordan Pittier
· 8 years ago
3cf1627
Move compute admin test classes under admin path
by Ken'ichi Ohmichi
· 8 years ago
3b46d27
Move the `attr` decorator from test.py to tempest/lib
by Jordan Pittier
· 8 years ago
757833a
Use tempest.lib data_utils - compute
by Ken'ichi Ohmichi
· 8 years ago
326a6b3
Remove get_ram_size_in_mb, get_number_of_vcpus, etc
by Ken'ichi Ohmichi
· 8 years ago
fec7c59
Remove unused client in setup_clients
by zhufl
· 8 years ago
62424cb
Merge "Use base.create_flavor in servers test"
by Jenkins
· 8 years ago
7e0c9b6
Do not use unnecessary instance variable in compute and volume
by zhufl
· 8 years ago
94cb054
Use base.create_flavor in servers test
by zhufl
· 8 years ago
14b0ae1
Switch to decorators.idempotent_id on compute.servers
by Ken'ichi Ohmichi
· 8 years ago
fb94a87
Merge "Use ephemeral=0 to create flavor without ephemeral disk"
by Jenkins
· 8 years ago
d187de9
Merge "Make get_partitions() work for partitioned disks"
by Jenkins
· 8 years ago
0df8076
Use ephemeral=0 to create flavor without ephemeral disk
by zhufl
· 8 years ago
f08e28b
Use base.delete_server in ServersTestJSON
by zhufl
· 8 years ago
4894a91
Make get_partitions() work for partitioned disks
by Evgeny Antyshev
· 9 years ago
f910344
Fixing 'test_verify_created_server_ephemeral_disk' test
by Yaroslav Lobankov
· 9 years ago
9dbd14b
Merge "Merge similar code in test_verify_created_server_ephemeral_disk"
by Jenkins
· 9 years ago
c35f712
Merge "Use is_scheduler_filter_enabled for ServerGroupAffinityFilter"
by Jenkins
· 9 years ago
70f3c77
Use is_scheduler_filter_enabled for ServerGroupAffinityFilter
by zhufl
· 9 years ago
25f5ca5
Merge similar code in test_verify_created_server_ephemeral_disk
by zhufl
· 9 years ago
b556d25
Use base.create_test_server_group to create server group
by zhufl
· 9 years ago
3bdcf7c
Permission changes: Python file should be 0644 not 0775
by Jordan Pittier
· 9 years ago
149feaf
Fix MismatchError in test_host_name_is_same_as_server_name
by obutenko
· 9 years ago
c6ce539
Use classname as prefix of volume name
by zhufl
· 9 years ago
cdf2038
Change hostname_equals_servername to get_hostname
by imran malik
· 9 years ago
0739539
Remove kilo config flags from Tempest
by Castulo J. Martinez
· 9 years ago
2a70a61
Pass server to RemoteClient in API tests
by Andrea Frittoli (andreaf)
· 9 years ago
43e7fcf
Make ports_client use common waiter method
by Ken'ichi Ohmichi
· 9 years ago
c7810e8
Merge "Fix server admin password usage"
by Jenkins
· 9 years ago
3390d9f
Fix server admin password usage
by Ghanshyam
· 9 years ago
10ed620
Safe ram/disk/vcpus values for test-made flavor
by Evgeny Antyshev
· 9 years ago
cd11187
Rename get_server_group to show_server_group
by Ken'ichi Ohmichi
· 10 years ago
eeac61b
Merge "Add compute personality feature config"
by Jenkins
· 10 years ago
d7e04b2
Add compute personality feature config
by Takeaki Matsumoto
· 10 years ago
3961acd
Split out Neutron subnets client
by John Warren
· 10 years ago
94d8faf
Split out Neutron networks client
by John Warren
· 10 years ago
f2d436e
Make create_server use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
0f82525
Return complete response from servers_client
by ghanshyam
· 10 years ago
e1dc991
Remove meaningless braces
by Ken'ichi Ohmichi
· 10 years ago
49f8a0e
Merge "Return complete resp from server_groups_client"
by Jenkins
· 10 years ago
2dc1345
Return complete resp from server_groups_client
by ghanshyam
· 10 years ago
19973be
Return complete response from flavors_client part-1
by ghanshyam
· 10 years ago
e91a0c6
Move wait_for_server_termination from servers_client
by Ken'ichi Ohmichi
· 10 years ago
96338c4
Make create_flavor use **kwargs
by Ken'ichi Ohmichi
· 10 years ago
778b5f9
Add 'allow_duplicate_networks' to compute-feature-enabled options
by Matt Riedemann
· 10 years ago
ffe09dd
Migrate compute tests to the ssh-auth-strategy
by Joseph Lanoux
· 10 years ago
eb5bd0c
Merge "Separate server_groups_client from servers_client"
by Jenkins
· 10 years ago
cbc26a8
Merge list_servers_with_detail to list_servers
by Ken'ichi Ohmichi
· 10 years ago
7ca54b8
Separate server_groups_client from servers_client
by Ken'ichi Ohmichi
· 10 years ago
e97870c
Merge "Use the prefix-embedded rand_name method"
by Jenkins
· 10 years ago
d39431f
Use the prefix-embedded rand_name method
by Fei Long Wang
· 10 years ago
7680024
Apply a naming rule of GET to show_server method
by Ken'ichi Ohmichi
· 10 years ago
b3e1f87
Add create_test_server function
by Joseph Lanoux
· 10 years ago
5628f3f
Apply a naming rule of GET to compute clients(f*)
by Ken'ichi Ohmichi
· 10 years ago
e5cca00
Add new config option to globally trigger resource validation
by Matthew Treinish
· 10 years ago
f27769e
Merge "Define validation_resources function for ssh validation"
by Jenkins
· 10 years ago
222efd7
Define validation_resources function for ssh validation
by nithya-ganesan
· 10 years ago
fbd5b3f
trim compute smoke tag
by Sean Dague
· 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
ae99b9a
Change servers client to return one value and update tests
by David Kranz
· 10 years ago
0fb1429
Change basic server client methods to return one value and update tests
by David Kranz
· 10 years ago
2fa77b2
Change flavors client to return one value and update tests
by David Kranz
· 10 years ago
bd2d49a
test_verify_multiple_nics_order failing in gate
by venkata anil
· 10 years ago
34e8812
Change neutron client methods to return one value and update tests
by David Kranz
· 11 years ago
2fac831
delete all compute xml tests
by Sean Dague
· 11 years ago
2458d8e
Fix missing usage of the xml neutron clients
by Matthew Treinish
· 11 years ago
e59f0ff
Add cleanup to test_verify_multiple_nics_order
by Joseph Lanoux
· 11 years ago
38edc05
Verify network interfaces are in requested order
by Joseph Lanoux
· 11 years ago
50bb80d
Migrate computev2 API tests to resource_* fixtures
by Andrea Frittoli
· 11 years ago
60a67f7
Add "create a server" test with server group
by Ken'ichi Ohmichi
· 11 years ago
b0d7f61
Merge "Remove test_create_server_response"
by Jenkins
· 11 years ago
5d45025
Merge "Fix test_verify_created_server_ephemeral_disk"
by Jenkins
· 11 years ago
423834d
ssh instance validation add options for Neutron
by Attila Fazekas
· 11 years ago
076f79f
Fix test_verify_created_server_ephemeral_disk
by Attila Fazekas
· 11 years ago
99ef8e6
Remove test_create_server_response
by Ken'ichi Ohmichi
· 11 years ago
6c66820
Move run_ssh class variable into skip decorators
by Matt Riedemann
· 11 years ago
228e73d
fix flake8 errors
by Zhi Kun Liu
· 11 years ago
dfabaf2
Cleanup _interface class variables in compute
by Masayuki Igawa
· 11 years ago
209fd50
Prepare for enabling H302 rule (api/compute)
by Masayuki Igawa
· 11 years ago
e8d31a0
Remove vim headers
by Masayuki Igawa
· 11 years ago
edd6ec0
Test server create with ephemeral disk
by Chang Bo Guo
· 12 years ago
86bd842
moving to global lazy loaded config
by Sean Dague
· 11 years ago
ad7ef7d
SSH connection related cleanups
by Attila Fazekas
· 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
cfc052e
Rename to create_test_server in API tests
by Ken'ichi Ohmichi
· 12 years ago
f2b0050
add BaseV2ComputeTest as the base class of nova v2 api tests
by ivan-zhu
· 12 years ago
39f9722
Replace OpenStack LLC with OpenStack Foundation
by ZhiQiang Fan
· 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
Next »