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