def test_show_ipsecpolicy(self, mock): ''' Test if it fetches information of a specific IPsecPolicy ''' self.assertTrue(neutron.show_ipsecpolicy('SALT', profile='openstack1'))
def test_show_ipsecpolicy(self, mock): """ Test if it fetches information of a specific IPsecPolicy """ self.assertTrue(neutron.show_ipsecpolicy("SALT", profile="openstack1"))
def test_show_ipsecpolicy(self): """ Test if it fetches information of a specific IPsecPolicy """ self.assertTrue(neutron.show_ipsecpolicy("SALT", profile="openstack1"))