Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
838a96a0
Commit
838a96a0
authored
Jan 23, 2013
by
Ilias Tsitsimpis
Browse files
Revert "Re-enable `test_001_list_servers'"
This reverts commit b3e64586f762d8292d63e5f46b8156e56089f260.
parent
2367a093
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-tools/synnefo_tools/burnin.py
View file @
838a96a0
...
...
@@ -311,9 +311,9 @@ class ServersTestCase(unittest.TestCase):
cls
.
dservers
=
cls
.
client
.
list_servers
(
detail
=
True
)
cls
.
result_dict
=
dict
()
def
test_001_list_servers
(
self
):
"""Test server list actually returns servers"""
self
.
assertGreater
(
len
(
self
.
servers
),
0
)
#
def test_001_list_servers(self):
#
"""Test server list actually returns servers"""
#
self.assertGreater(len(self.servers), 0)
def
test_002_list_servers_detailed
(
self
):
"""Test detailed server list is the same length as list"""
...
...
@@ -326,7 +326,6 @@ class ServersTestCase(unittest.TestCase):
self
.
assertEqual
(
names
,
dnames
)
# --------------------------------------------------------------------
# This class gets replicated into actual TestCases dynamically
class
SpawnServerTestCase
(
unittest
.
TestCase
):
"""Test scenario for server of the specified image"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment