Gitiles
Code Review
Sign In
spfactory.storpool.com
/
tempest
/
e9877c67afd829a407fd5c32a1dafcf91a024db0
/
tempest
/
scenario
/
manager.py
e9877c6
Remove _check_remote_connectivity in scenario.manager
by zhufl
· 8 years ago
eed4031
Fix create container method
by ghanshyam
· 8 years ago
2283472
Merge "Remove internal helper _default_security_group"
by Zuul
· 8 years ago
7f76a2d
Merge "Remove redundant volume check in nova_volume_detach"
by Jenkins
· 8 years ago
2c6a6f0
Merge "Remove unnecessary assertIn"
by Jenkins
· 8 years ago
dcafc88
Merge "Fix create, update or delete container metadata method"
by Jenkins
· 8 years ago
27d350c
Merge "Make list methods consistent for container client"
by Jenkins
· 8 years ago
bbabe54
Remove unnecessary assertIn
by lkuchlan
· 8 years ago
fc6280f
Remove redundant volume check in nova_volume_detach
by zhufl
· 8 years ago
b0b272e
Remove internal helper _default_security_group
by zhufl
· 8 years ago
7351cbd
Fix create, update or delete container metadata method
by ghanshyam
· 8 years ago
871b1a8
Make list methods consistent for container client
by ghanshyam
· 8 years ago
afe96b8
Move internal helpers to the class that uses them
by zhufl
· 8 years ago
a6b3015
Make sure test use the latest volume clients
by Andrea Frittoli
· 8 years ago
7cfb98f
Merge "Generic method for creating a volume snapshot"
by Jenkins
· 8 years ago
708821c
Remove unused clients from testcases
by zhufl
· 8 years ago
73ed1f3
Generic method for creating a volume snapshot
by lkuchlan
· 8 years ago
6f4adce
Merge "Boot server from encrypted volume"
by Jenkins
· 8 years ago
3023e75
Boot server from encrypted volume
by lkuchlan
· 8 years ago
0fac44f
Merge "Add server param in manager.get_remote_client"
by Jenkins
· 8 years ago
268ccce
Replace assertions with more specific ones
by Ferenc Horváth
· 8 years ago
bce1fcf
Remove unused variables from scenario tests
by Ferenc Horváth
· 8 years ago
f9009b4
Use assert(Not)Empty,IsNotNone instead of assert(Not)Equal,GreaterEqual(0, len(..
by Masayuki Igawa
· 8 years ago
f52c759
Add server param in manager.get_remote_client
by zhufl
· 8 years ago
0343be5
Replace the usage of 'manager' with 'os_primary'
by jeremy.zhang
· 8 years ago
5870ff1
Replace the usage of 'admin_manager' with 'os_admin'
by jeremy.zhang
· 8 years ago
8160d31
test.py: stop using aliases for creds manager
by Jordan Pittier
· 8 years ago
a9dca2b
TestSecurityGroupsBasicOps: log console from access point instance
by Ihar Hrachyshka
· 8 years ago
d44b295
Merge "Remove remaining usage of cinder v1 API call from Tempest"
by Jenkins
· 8 years ago
6384abe
Merge "Remove unnecessary show_floatingip"
by Jenkins
· 8 years ago
3bd0d2b
Remove remaining usage of cinder v1 API call from Tempest
by ghanshyam
· 8 years ago
39f9363
Merge "Remove name checking for api version 1"
by Jenkins
· 8 years ago
5afcb34
Remove cinder clients api version 1
by lkuchlan
· 8 years ago
5cbc00a
Remove name checking for api version 1
by lkuchlan
· 8 years ago
4dda94e
Remove unnecessary show_floatingip
by zhufl
· 8 years ago
be4fb50
Use tempest.lib data_utils - scenario
by Ken'ichi Ohmichi
· 8 years ago
4e5a69e
Remove send_signal, get_pids, mount and umount
by Ken'ichi Ohmichi
· 8 years ago
6533dd8
Merge "Remove unused variable"
by Jenkins
· 8 years ago
b6dfa08
Remove unused variable
by Béla Vancsics
· 8 years ago
4c3ebb0
Fix remote connectivity checks
by YAMAMOTO Takashi
· 8 years ago
7bf3af6
Merge "Scenario manager: remove some useless `_list_*` methods"
by Jenkins
· 8 years ago
64e6b44
Scenario manager: remove some useless `_list_*` methods
by Jordan Pittier
· 8 years ago
52d7b0d
Add a generic "wait_for_volume_resource_status" function
by lkuchlan
· 9 years ago
13c9c89
Make wait_until default as 'ACTIVE' in manager.create_server
by zhufl
· 8 years ago
3c12383
Merge "Remove unused client from "_create_network" method"
by Jenkins
· 8 years ago
58bead7
Remove unused client from "_create_network" method
by zhoubin50
· 8 years ago
f2d72d8
Merge "let addCleanup use the current client"
by Jenkins
· 8 years ago
8bf20b3
let addCleanup use the current client
by zhoubin50
· 8 years ago
61f68ac
Migrate volume while attached to an instance
by scottda
· 9 years ago
772d89b
Merge "Port object_storage tests to Py3."
by Jenkins
· 8 years ago
a898aec
Fix logging messages not being formatted correctly
by John L. Villalovos
· 8 years ago
2ef4613
Merge "Replace six.iteritems with dict.items"
by Jenkins
· 8 years ago
7bbbec1
Replace six.iteritems with dict.items
by guo yunxian
· 9 years ago
b84f2d4
Port object_storage tests to Py3.
by Jordan Pittier
· 8 years ago
525ec71
Hacking: enable H904
by Jordan Pittier
· 9 years ago
66cded2
Removing baremetal tests from tempest tree
by Thiago Paiva
· 9 years ago
b746d99
Check volume and minimum disk sizes to create volume
by Nuno Santos
· 9 years ago
1671297
Merge "Add random name in scenario.manager.create_server"
by Jenkins
· 9 years ago
92507fa
Merge "Use more specific asserts in tests"
by Jenkins
· 9 years ago
e136048
_log_console_output missing space
by Attila Fazekas
· 9 years ago
f15dd70
Merge "Get rid of useless tenant_id attribiute"
by Jenkins
· 9 years ago
64862f7
Use more specific asserts in tests
by Béla Vancsics
· 9 years ago
410c782
Get rid of useless tenant_id attribiute
by Marc Koderer
· 9 years ago
9a5a112
_log_console_output do not raise NotFound
by Attila Fazekas
· 9 years ago
80095b9
Merge "Delete TimeoutException in tempest/exceptions.py"
by Jenkins
· 9 years ago
ebb15f2
Delete TimeoutException in tempest/exceptions.py
by guo yunxian
· 9 years ago
67b8208
Merge "neutron: added test case to check connectivity using MTU sized frames"
by Jenkins
· 9 years ago
166500a
Fix a docstring typo in manager.py
by Kobi Samoray
· 9 years ago
24208c2
Add random name in scenario.manager.create_server
by zhufl
· 9 years ago
f9d9572
Use rand name in common function in scenario tests
by zhufl
· 9 years ago
db621cd
Merge "Use Cinder v2 by default in scenario tests"
by Jenkins
· 9 years ago
4217a70
Move InvalidConfiguration exception to tempest.lib
by Matthew Treinish
· 9 years ago
52225ec
Merge "Fallback to creds provider for fixed IP network if no network_for_ssh"
by Jenkins
· 9 years ago
c3f76be
Use Cinder v2 by default in scenario tests
by Jordan Pittier
· 9 years ago
f9227c0
neutron: added test case to check connectivity using MTU sized frames
by Ihar Hrachyshka
· 9 years ago
039b2fe
Add config option to create networks with port_security_enabled
by Matt Riedemann
· 9 years ago
a52e1e0
Merge "boot into a network that has "port_security_enabled=False""
by Jenkins
· 9 years ago
d67c8da
Fix the docstring of _default_security_group
by Ken'ichi Ohmichi
· 9 years ago
a6ebf62
Separate encryption_types_client from types_client
by Ken'ichi Ohmichi
· 9 years ago
6607013
Merge "Remove the default size in volumes_client"
by Jenkins
· 9 years ago
35a6375
Move `call_until_true` to tempest/lib
by Jordan Pittier
· 9 years ago
adb905e
Remove the default size in volumes_client
by Ken'ichi Ohmichi
· 9 years ago
f672b7d
Scenario: remove the `addCleanup_with_wait` helper method.
by Jordan Pittier
· 9 years ago
97f7cea
Fixed net_id key evaluation for net['id']
by Lenny Verkhovsky
· 9 years ago
b9ba4d9
Merge "Fixed manager.py to support multinode test on vnic_port"
by Jenkins
· 9 years ago
136376f
Fixed manager.py to support multinode test on vnic_port
by Lenny Verkhovsky
· 9 years ago
a778255
Fallback to creds provider for fixed IP network if no network_for_ssh
by Matt Riedemann
· 9 years ago
156b5da
boot into a network that has "port_security_enabled=False"
by Markus Zoeller
· 9 years ago
f8012dd
Merge "Add a TODO to remove Ironic related workaround"
by Jenkins
· 9 years ago
c8aa34b
Add a TODO to remove Ironic related workaround
by Vasyl Saienko
· 9 years ago
fe8a96c
Merge "Fix. Do not create port if vnic_type defined and port is passed."
by Jenkins
· 9 years ago
6936350
Fix. Do not create port if vnic_type defined and port is passed.
by Lenny Verkhovsky
· 9 years ago
955f82b
Add server_id in exception ServerUnreachable
by zhufl
· 9 years ago
22b3008
Remove unused service tags and client
by Masayuki Igawa
· 9 years ago
7209dc8
Merge "Move image_meta_to_headers from images_client"
by Jenkins
· 9 years ago
02bcdf3
Move image_meta_to_headers from images_client
by Ken'ichi Ohmichi
· 9 years ago
8ad8617
Py3: Don't use dict.keys()[0], dict.values()[0] or dict.items()[0]
by Jordan Pittier
· 9 years ago
c57f4d2
Merge "Move get_image_meta_from_headers from images_client"
by Jenkins
· 9 years ago
9253047
Fixes port.id bug added with 777a307b3c9f4284facf081e6b951b5755333adf
by Lenny Verkhovsky
· 9 years ago
777a307
Merge "Remove neutron OO wrappers"
by Jenkins
· 9 years ago
Next »