javelin 2
Create a new tool which can create and verify a set of resources to
be used in place of the existing javelin tooling in grename.
This currently can create:
tenants, users, objects, images, servers
And can verfiy:
users, objects, servers
A sample resources.yaml file is included.
Follow on patches will handle the additional create / verify, as well
as destroy operations, and unit tests to meta test the script beyond
the normal javelin runs. However at this point it is useful enough to
consider adding to Tempest to being putting this into grenade.
Part of blueprint:javelin2
Change-Id: I33f1901802c92a2eda2eeb2c225bc7f60d1a186c
diff --git a/setup.cfg b/setup.cfg
index 14e1913..339da12 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -20,6 +20,7 @@
[entry_points]
console_scripts =
verify-tempest-config = tempest.cmd.verify_tempest_config:main
+ javelin2 = tempest.cmd.javelin:main
[build_sphinx]
all_files = 1