Signed-off-by: Anya Harter <ahar...@redhat.com>
---
 tests/test_connect.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/test_connect.py b/tests/test_connect.py
index 7084397..2299b8a 100755
--- a/tests/test_connect.py
+++ b/tests/test_connect.py
@@ -22,7 +22,7 @@ class TestConnect(libvirttest.BaseTestClass):
 
         self.main_loop()
 
-    def test_comnect_domain_define_xml(self):
+    def test_connect_domain_define_xml(self):
         def domain_defined(path, event, detail):
             if event != libvirttest.DomainEvent.DEFINED:
                 return
@@ -84,7 +84,7 @@ class TestConnect(libvirttest.BaseTestClass):
         sysinfo = self.connect.GetSysinfo(0)
         assert isinstance(sysinfo, dbus.String)
 
-    def test_list_networks(self):
+    def test_connect_list_networks(self):
         networks = self.connect.ListNetworks(0)
         assert isinstance(networks, dbus.Array)
         assert len(networks) == 1
-- 
2.17.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to