Fixed test that gave false positives
and false negatives, added skipcheck
to that test. Updated config value to
boolean so that test skipchecks in flavor
tests worked as expected. Added function
for checking the status of individual
regions on a flavor.
Change-Id: I331e12a757b8eb1182cb88a19a8fd9607358143e
Ensures that ranger-tempest-plugin
has needed roles in the project
specified so that resource creation
works in domain specified within
ranger's region
Change-Id: I753fbb4ca33f2692fe337f4dd83f3feedfb9b2d6
Resource leaks occur when resources
error out when creating in openstack.
This also includes a general refactor.
Change-Id: I2c3c3fad0a484cf3b5edf172d00b8465ba7d70f7
Ranger currently has issue authing with certain
credentials against some keystone environments.
This patchset introduces a skipcheck if it is
found that credentials provided do not allow
the user to execute tests against the site.
Change-Id: I5e3daff3b6ed6b5c4731320f82bb929d3caa6e07
Removed unused variables from config.py
and changed case of ranger urls to conform
to other variable names
Change-Id: I9f94928122c0a3c8d9290f8da898a71403c60c78
- create flavor with swap and ephemeral paramters
- create flavor with disk size zero
- verify additional paramters in list flavor
- create flavor with region group type
- create flavor with region group type and a single region
- create flavor with two regions
- create flavour with uuid passed explicitly
fixed Issue with pylint
- ranger_tempest_plugin/config.py:19: [C0103(invalid-name), ]
- ranger_tempest_plugin/config.py:24: [C0103(invalid-name), ]
- ranger_tempest_plugin/config.py:29: [C0103(invalid-name), ]
- ranger_tempest_plugin/config.py:34: [C0103(invalid-name), ]
Change-Id: I695a3f23d8c1d6034c465a03a709b877995ecb95