index
:
delta/openstack/tempest.git
master
opendev.org: openstack/tempest
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tempest
/
api
/
compute
/
admin
/
test_servers.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add compute response schema for microversion 2.75
Ghanshyam Mann
2022-03-05
1
-0
/
+29
*
Add 'xenapi_apis' compute feature flag
Stephen Finucane
2020-09-10
1
-0
/
+7
*
Adding description for testcases - compute part6
zhufl
2020-08-10
1
-9
/
+23
*
Do not check flavor.id after Microversion 2.46
zhufl
2018-07-18
1
-1
/
+1
*
Fix listing servers by invalid status after V2.38
zhufl
2018-04-27
1
-3
/
+8
*
Do not create server in test_list_servers_filter_by_exist_host
zhufl
2017-08-11
1
-19
/
+8
*
Migrate the preprov creds module to tempest lib
Matthew Treinish
2017-07-21
1
-1
/
+1
*
Tests for Nova instance diagnostics (microversion v2.48)
Sergey Nikitin
2017-06-23
1
-11
/
+0
*
Replace the use of 'os_adm' with 'os_admin'
jeremy.zhang
2017-05-24
1
-1
/
+1
*
Replace assertEqual([], items) with assertEmpty(items)
jeremy.zhang
2017-05-16
1
-1
/
+1
*
test.py: stop using aliases for creds manager
Jordan Pittier
2017-04-26
1
-1
/
+1
*
Move the `related_bug` decorator from test.py to tempest/lib
Jordan Pittier
2017-04-13
1
-2
/
+1
*
Use min_count to create multi servers
zhufl
2017-04-05
1
-2
/
+3
*
Use tempest.lib data_utils - compute
Ken'ichi Ohmichi
2017-03-10
1
-1
/
+1
*
Add related bug#1659811 for tenant_id filter compute tests
ghanshyam
2017-01-31
1
-0
/
+2
*
Switch to decorators.idempotent_id on compute.admin
Ken'ichi Ohmichi
2017-01-28
1
-12
/
+11
*
[py35] Fixes to get more tempest tests working
Davanum Srinivas
2017-01-20
1
-3
/
+3
*
Remove unused clients in setup_clients
zhufl
2016-12-16
1
-1
/
+0
*
Add list the primary tenant
guo yunxian
2016-10-08
1
-0
/
+8
*
Permission changes: Python file should be 0644 not 0775
Jordan Pittier
2016-10-02
1
-0
/
+0
*
test_list_servers_by_admin(specified_tenant) for preexisting servers
zhufl
2016-09-27
1
-3
/
+7
*
Merge "test_list_servers_by_admin for preexisting servers"
Jenkins
2016-09-06
1
-7
/
+13
|
\
|
*
test_list_servers_by_admin for preexisting servers
Ken'ichi Ohmichi
2016-09-02
1
-7
/
+13
*
|
Merge "Use 'OS-EXT-SRV-ATTR:host' directly"
Jenkins
2016-09-06
1
-3
/
+1
|
\
\
|
|
/
|
/
|
|
*
Use 'OS-EXT-SRV-ATTR:host' directly
Ken'ichi Ohmichi
2016-08-22
1
-3
/
+1
*
|
Add admin list_servers test with invalid_status
Ken'ichi Ohmichi
2016-08-22
1
-0
/
+7
|
/
*
Use classname as prefix of volume name
zhufl
2016-08-19
1
-3
/
+3
*
py3: Replace map/filter with a list comprehension
Sirushti Murugesan
2016-07-19
1
-1
/
+1
*
Use tempest.lib code in tempest
Andrea Frittoli (andreaf)
2016-02-24
1
-2
/
+1
*
API/compute: create all servers through the common wrappers
Jordan Pittier
2016-01-11
1
-7
/
+6
*
Make server action methods[m-z] use **kwargs
Ken'ichi Ohmichi
2015-12-15
1
-1
/
+1
*
Fix T110 violations for servers_client
Ken'ichi Ohmichi
2015-11-20
1
-1
/
+1
*
Fix H404/405 violations for api tests(1/3)
Ken'ichi Ohmichi
2015-11-19
1
-4
/
+1
*
Make create_server use **kwargs
Ken'ichi Ohmichi
2015-09-16
1
-2
/
+3
*
Return complete response from servers_client
ghanshyam
2015-09-11
1
-7
/
+8
*
Add "server" to action methods
Ken'ichi Ohmichi
2015-08-13
1
-2
/
+2
*
Remove wait_for_server_status from servers_client
Ken'ichi Ohmichi
2015-07-13
1
-5
/
+7
*
Merge list_servers_with_detail to list_servers
Ken'ichi Ohmichi
2015-07-10
1
-7
/
+7
*
Merge "Use the prefix-embedded rand_name method"
Jenkins
2015-07-07
1
-1
/
+1
|
\
|
*
Use the prefix-embedded rand_name method
Fei Long Wang
2015-07-06
1
-1
/
+1
*
|
Apply a naming rule of GET to show_server method
Ken'ichi Ohmichi
2015-07-03
1
-5
/
+5
|
/
*
remove gate tag (part 1)
Sean Dague
2015-04-27
1
-10
/
+0
*
Start instances using fixed network when possible
Rohan Kanade
2015-03-26
1
-1
/
+5
*
Merge "Remove migrated utils code"
Jenkins
2015-03-10
1
-1
/
+1
|
\
|
*
Remove migrated utils code
Matthew Treinish
2015-03-06
1
-1
/
+1
*
|
Split resource_setup for compute tests
Rohan Kanade
2015-03-09
1
-2
/
+6
|
/
*
Add UUIDs to all tempest tests and gate check
Chris Hoge
2015-02-26
1
-0
/
+10
*
Change servers client to return one value and update tests
David Kranz
2015-02-17
1
-26
/
+16
*
Change basic server client methods to return one value and update tests
David Kranz
2015-02-12
1
-16
/
+13
*
Switch to using the skip_because decorator from tempest-lib
Matthew Treinish
2015-02-06
1
-1
/
+3
[next]