manila-tempest-plugin/manila_tempest_tests
Colleen Murphy f38c4c3655 Skip read-only test for CIFS
When using the CIFS protocol and trying to share a share by IP, the
share fails to instantiate and the manila service produces this error:

  InvalidShareAccessLevel: Invalid or unsupported share access level: ro.

There are no Manila Share backends that support CIFS shares with read
only access when authenticating with IP addresses[1]. This patch causes
the test to be skipped in such a case.

[1] https://docs.openstack.org/manila/latest/admin/share_back_ends_feature_support_mapping.html#mapping-of-share-drivers-and-share-access-rules-support

Change-Id: Ic30eaf3c2b7f75eb4bc62159faceb6bd30d7e03b
2019-06-12 15:42:26 -07:00
..
common Scenario test: Create/shrink share and write data 2019-04-06 22:45:13 +03:00
services Verify request ID in all manila responses 2019-03-14 12:00:03 +00:00
tests Skip read-only test for CIFS 2019-06-12 15:42:26 -07:00
README.rst Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
__init__.py Use Tempest plugin interface 2015-09-05 00:36:33 +00:00
clients.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
config.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
plugin.py Use tempest-plugin service client registration 2017-07-31 20:41:06 +01:00
share_exceptions.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00
utils.py Add functional tests for manage/unmanage of shares in DHSS=True 2019-03-06 21:42:27 -03:00

README.rst

Tempest Integration

This directory contains Tempest tests to cover Manila project.