Esempio n. 1
0
 def test_list_vpnservices(self, mock):
     '''
     Test if it fetches a list of all configured VPN services for a tenant
     '''
     self.assertTrue(neutron.list_vpnservices(True, profile='openstack1'))
Esempio n. 2
0
 def test_list_vpnservices(self, mock):
     '''
     Test if it fetches a list of all configured VPN services for a tenant
     '''
     self.assertTrue(neutron.list_vpnservices(True,
                                              profile='openstack1'))
Esempio n. 3
0
 def test_list_vpnservices(self, mock):
     """
     Test if it fetches a list of all configured VPN services for a tenant
     """
     self.assertTrue(neutron.list_vpnservices(True, profile="openstack1"))
Esempio n. 4
0
 def test_list_vpnservices(self):
     """
     Test if it fetches a list of all configured VPN services for a tenant
     """
     self.assertTrue(neutron.list_vpnservices(True, profile="openstack1"))