Пример #1
0
 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'))
Пример #2
0
 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'))
Пример #3
0
 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"))
Пример #4
0
 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"))