8 Commits

Author SHA1 Message Date
jh629g
7241704336 Minor fixes for Ranger flavor tests
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
2020-06-04 07:55:10 -05:00
Chi Lo
6d7c3c14f5 Add skip_checks for Ims test cases
Add skip_checks for Ims test cases when image_url is not specified
in tempest.conf.

Change-Id: If8149c744c735c972fa013bf860ba96df7bf7707
2020-05-13 12:36:42 -07:00
jh629g
03f238e85e Allow for variable-domain testing
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
2020-03-06 14:35:10 -06:00
jh629g
362eabd829 Refactor to remove resource leaks
Resource leaks occur when resources
error out when creating in openstack.
This also includes a general refactor.

Change-Id: I2c3c3fad0a484cf3b5edf172d00b8465ba7d70f7
2019-12-20 08:40:17 -06:00
jh629g
aadf73a575 Create Auth Skipcheck
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
2019-09-24 16:38:33 -05:00
jh629g
d903c6dc19 Change ranger-tempest-plugin config
Removed unused variables from config.py
and changed case of ranger urls to conform
to other variable names

Change-Id: I9f94928122c0a3c8d9290f8da898a71403c60c78
2019-09-10 10:47:53 -05:00
AbhishekJ
9eb04e2737 Add test related to FMS
- 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
2019-09-06 14:15:44 +00:00
jh629g
e7c69f048c Initial Ranger-Tempest-Plugin Commit
First commit with zuul tests and
migration of existing Ranger-Tempest-
Plugin codebase.

Change-Id: I45d6946a397cc148ec3789af1c1ad4374a99396a
2019-07-15 21:01:36 -05:00