def test_show_vpnservice(self, mock): ''' Test if it fetches information of a specific VPN service ''' self.assertTrue(neutron.show_vpnservice('SALT', profile='openstack1'))
def test_show_vpnservice(self, mock): """ Test if it fetches information of a specific VPN service """ self.assertTrue(neutron.show_vpnservice("SALT", profile="openstack1"))
def test_show_vpnservice(self): """ Test if it fetches information of a specific VPN service """ self.assertTrue(neutron.show_vpnservice("SALT", profile="openstack1"))