Beispiel #1
0
 def test_update_network(self):
     """
     Test if it updates a network
     """
     self.assertTrue(
         neutron.update_network("SALT", "SLATSTACK", profile="openstack1")
     )
Beispiel #2
0
 def test_update_network(self, mock):
     '''
     Test if it updates a network
     '''
     self.assertTrue(
         neutron.update_network('SALT', 'SLATSTACK', profile='openstack1'))
Beispiel #3
0
 def test_update_network(self, mock):
     """
     Test if it updates a network
     """
     self.assertTrue(neutron.update_network("SALT", "SLATSTACK", profile="openstack1"))
Beispiel #4
0
 def test_update_network(self, mock):
     '''
     Test if it updates a network
     '''
     self.assertTrue(neutron.update_network('SALT', 'SLATSTACK',
                                            profile='openstack1'))