commit | 69f9696b0a2450b2664298be7b4af06159e68916 | [log] [tgz] |
---|---|---|
author | Tom Barron <tpb@dyncloud.net> | Mon Jul 29 17:07:03 2019 -0400 |
committer | Tom Barron <tpb@dyncloud.net> | Mon Jul 29 17:07:13 2019 -0400 |
tree | 514386ee509cedb13efe1639aa4d0d87a67da27e | |
parent | 1a96ed9f703de2080ccdf2a083aa9b30eab4d04f [diff] [blame] |
Comment test tags Add comments to the definitions of the test tags related to service involvement matching the documentation on running a subset of manila tempest tests based on service involvement [1]. [1] https://docs.openstack.org/manila/latest/contributor/tempest_tests.html#running-a-subset-of-tests-based-on-service-involvement Change-Id: I960b6bf8f283ea928fd512811f8d88268b0945d2
diff --git a/manila_tempest_tests/tests/api/base.py b/manila_tempest_tests/tests/api/base.py index 06b9d3f..eca162a 100644 --- a/manila_tempest_tests/tests/api/base.py +++ b/manila_tempest_tests/tests/api/base.py
@@ -42,8 +42,12 @@ TAG_NEGATIVE = "negative" # Test tags related to service involvement +# Only requires that manila-api service running. TAG_API = "api" +# Requires all manila services running, intended to test back-end +# (manila-share) behavior. TAG_BACKEND = "backend" +# Requires all manila services running, intended to test API behavior. TAG_API_WITH_BACKEND = "api_with_backend" TAGS_MAPPER = {