Versions in this module Expand all Collapse all v3 v3.0.0 Jan 5, 2022 Changes in this version + func AddUserRole(t *testing.T, client *gophercloud.ServiceClient, tenant *tenants.Tenant, ...) error + func CreateTenant(t *testing.T, client *gophercloud.ServiceClient, c *tenants.CreateOpts) (*tenants.Tenant, error) + func CreateUser(t *testing.T, client *gophercloud.ServiceClient, tenant *tenants.Tenant) (*users.User, error) + func DeleteTenant(t *testing.T, client *gophercloud.ServiceClient, tenantID string) + func DeleteUser(t *testing.T, client *gophercloud.ServiceClient, user *users.User) + func DeleteUserRole(t *testing.T, client *gophercloud.ServiceClient, tenant *tenants.Tenant, ...) + func FindRole(t *testing.T, client *gophercloud.ServiceClient) (*roles.Role, error) + func FindTenant(t *testing.T, client *gophercloud.ServiceClient) (*tenants.Tenant, error) + func UpdateUser(t *testing.T, client *gophercloud.ServiceClient, user *users.User) (*users.User, error) Other modules containing this package github.com/pierreprinetti/gophercloud github.com/pierreprinetti/gophercloud/v2