def test_remove_interface_router(self, mock): ''' Test if it removes an internal network interface from the specified router ''' self.assertTrue(neutron.remove_interface_router ('Salt', '255.255.255.0', profile='openstack1'))
def test_remove_interface_router(self, mock): ''' Test if it removes an internal network interface from the specified router ''' self.assertTrue( neutron.remove_interface_router('Salt', '255.255.255.0', profile='openstack1'))
def test_remove_interface_router(self): """ Test if it removes an internal network interface from the specified router """ self.assertTrue( neutron.remove_interface_router("Salt", "255.255.255.0", profile="openstack1"))
def test_remove_interface_router(self, mock): """ Test if it removes an internal network interface from the specified router """ self.assertTrue(neutron.remove_interface_router("Salt", "255.255.255.0", profile="openstack1"))