Fix LXC.list_containers to release GIL
This commit is contained in:
parent
4f580efe8a
commit
0070e047e5
2 changed files with 47 additions and 26 deletions
|
@ -45,6 +45,7 @@ class TestLXCCreated < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_container_rename
|
||||
@container.stop if @container.running?
|
||||
renamed = @container.rename(@new_name)
|
||||
assert_equal(@new_name, renamed.name)
|
||||
rerenamed = renamed.rename(@name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue