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
46b07249
Commit
46b07249
authored
Aug 22, 2012
by
John Giannelos
Browse files
Minor fixes in cli dialogs
parent
0f89408e
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-tools/synnefo_tools/burnin.py
View file @
46b07249
...
...
@@ -91,7 +91,7 @@ normal = '\x1b[0m'
class
burninFormatter
(
logging
.
Formatter
):
err_fmt
=
red
+
"ERROR: %(msg)s"
+
normal
dbg_fmt
=
green
+
"
* %(msg)s"
+
normal
dbg_fmt
=
green
+
"* %(msg)s"
+
normal
info_fmt
=
"%(msg)s"
def
__init__
(
self
,
fmt
=
"%(levelno)s: %(msg)s"
):
...
...
@@ -924,9 +924,9 @@ class NetworkTestCase(unittest.TestCase):
self.assertTrue(active)
def test_002b_ping_server_A(self):
"Test if server A
is pingable
"
"Test if server A
responds to IPv4 pings
"
log.info("Testing if server A
is pingable
")
log.info("Testing if server A
responds to IPv4 pings
")
server = self.client.get_server_details(self.serverid['A'])
ip = self._get_ipv4(server)
...
...
@@ -983,9 +983,9 @@ class NetworkTestCase(unittest.TestCase):
self.assertTrue(active)
def test_002d_ping_server_B(self):
"""
Test
if
server
B
is
pingable
"""
"""
Test
if
server
B
responds
to
IPv4
pings
"""
log.info("Testing if server B
is pingable
")
log.info("Testing if server B
responds to IPv4 pings
")
server = self.client.get_server_details(self.serverid['B'])
ip = self._get_ipv4(server)
...
...
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