Example #1
0
 def test_get_file_port_la_unsupported(self):
     unity = UnitySystem(cli=t_rest("4.0.0"))
     ports = unity.get_file_port()
     assert_that(len(ports), equal_to(8))
Example #2
0
 def test_get_file_port(self):
     unity = UnitySystem(cli=t_rest("4.1.0"))
     ports = unity.get_file_port()
     assert_that(len(ports), equal_to(6))