コード例 #1
0
 def test_dpid_hex_to_string(self):
     tmp = utils.hex_to_string(self.dpid_hex, utils.DPID)
     self.assertEqual(tmp, self.dpid_string)
コード例 #2
0
ファイル: test_utils.py プロジェクト: anupamag/hp-sdn-client
 def test_dpid_hex_to_string(self):
     tmp = utils.hex_to_string(self.dpid_hex, utils.DPID)
     self.assertEqual(tmp, self.dpid_string)
コード例 #3
0
 def test_mac_hex_to_string(self):
     tmp = utils.hex_to_string(self.mac_hex, utils.MAC)
     self.assertEqual(tmp, self.mac_string)
コード例 #4
0
ファイル: test_utils.py プロジェクト: anupamag/hp-sdn-client
 def test_mac_hex_to_string(self):
     tmp = utils.hex_to_string(self.mac_hex, utils.MAC)
     self.assertEqual(tmp, self.mac_string)