cloud-certification-team team mailing list archive
-
cloud-certification-team team
-
Mailing list archive
-
Message #00013
Re: [Merge] lp:~jeffmarcom/cloud-testing/storage_delete_volume_tests into lp:cloud-testing/cloudbox
> My only concern is the separate cleanup whitelists...
>
> I would assume, in a test run, things like deleting images, for example, woudl
> be part of the test, and thus should be in the glance whitelist...
>
> e.g.
>
> The compute whitelist would have tests that:
>
> started one instance
> shut down one instance
> started 300 instances
> shut down 300 instances
The instance and compue-benchmark tests perform their own cleanup.
>
> and glance whitelist would:
>
> install an image
> clone an image??
> delete an image
You can only do that remotely.
Remember executing the delete image test in the glance whitelist would present problems if running locally on the box as the node running the compute whitelist would need the image present to perform tests. Remote whitelist does not have this problem, as it alleviates the chance of chicken or egg scenario.
>
> This would only apply to the local tests, of course.. I could see the "FULL
> MONTY" run being done strictly remotely via api doing something like:
>
> create tenant
> create role
> create user
> install image
> create flavor
> create instance
> shutdown instance
> delete flavor
> delete image
> delete user
> delete role
> delete tenant
--
https://code.launchpad.net/~jeffmarcom/cloud-testing/storage_delete_volume_tests/+merge/175337
Your team Cloud Certification is subscribed to branch lp:cloud-testing/cloudbox.
References