diff options
author | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-09 22:30:25 -0700 |
---|---|---|
committer | Ross Brattain <ross.b.brattain@intel.com> | 2017-08-09 22:34:40 -0700 |
commit | 46361cb48f7bf2910e9a5145c95899b8f8f2e555 (patch) | |
tree | 843419bd50fd9b5c0ef0b2e045b169a579d137db /tests | |
parent | ca0aaae662da454451e1efdbef2cd3f779f7c093 (diff) |
NSB fixes: docstring, whitespace, etc.
remove unused docstring params
remove whitespace
fix sudo vnf_build command
ignore stdout
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
Change-Id: I6fcdbb0ed4bc6b7fc2f557529f5ff9fd960c05e9
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit/common/test_utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/common/test_utils.py b/tests/unit/common/test_utils.py index f29de5ca0..f25e6cc07 100644 --- a/tests/unit/common/test_utils.py +++ b/tests/unit/common/test_utils.py @@ -155,7 +155,7 @@ class TestMacAddressToHex(unittest.TestCase): self.assertEqual(utils.mac_address_to_hex_list("ea:3e:e1:9a:99:e8"), ['0xea', '0x3e', '0xe1', '0x9a', '0x99', '0xe8']) - + class TranslateToStrTestCase(unittest.TestCase): def test_translate_to_str_unicode(self): |