From ec00906375cd35220ee694264dce9c4ba5cdbcc9 Mon Sep 17 00:00:00 2001 From: Tulio Casagrande Date: Wed, 12 Apr 2017 17:55:14 -0300 Subject: [#927] Add require_user tag with @deniscostadsc --- service/test/functional/features/environment.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/test/functional/features/environment.py') diff --git a/service/test/functional/features/environment.py b/service/test/functional/features/environment.py index efc86801..bc2e1283 100644 --- a/service/test/functional/features/environment.py +++ b/service/test/functional/features/environment.py @@ -70,7 +70,7 @@ def before_all(context): def before_tag(context, tag): - if tag == "smoke": + if tag == "require_user": context.username = 'testuser_{}'.format(uuid.uuid4()) context.user_email = '{}@{}'.format(context.username, context.hostname) utils.create_user(context) -- cgit v1.2.3