Please enable JavaScript.
Coggle requires JavaScript to display documents.
WEB-26709, Create a tenant, On older version, Clean system - Coggle Diagram
WEB-26709
Create a tenant
Name of the tenant
Name already exist in the system = 'Tenant A'
Name not exist in the system = 'Tenant C'
Get list of tenants
Delete tenant
Get list of tenants
Delete tenant that exists before the upgrade = 'Tenant A'
Delete tenant that created after the upgrade = 'Tenant C'
On older version
Upgrade the instance to the newer build
Get the list of tenants
'Tenant A', 'Tenant B' with unique IDs
Login with 'Tenant B'
What kind of testing we should do?
Create Tenants: 'Tenant A', 'Tenant B'
Clean system
Create tenant 'Tenant A'
Name of the tenant
Already exist in the system
Not exist in the system
Get the list of tenants
Login with 'Tenant A' into the system
Change the mode of the 'Tenant A' (Shared/Private)
Private(name of the python pod)
Delete tenant 'Tenant A'
Get the list of tenants
Check on some table in the DB that you have a column of tenant identifier and
not
tenant name
Positive
Delete tenant by his unique identifier
Negative
Delete tenant by his tenant name
Send the name of the tenant in the parameters = Error
Send the tenant ID in the parameters = Success
Shared
Check the ID is exists in every tenant object