Commit 472f1f6d authored by Rémy Coutable's avatar Rémy Coutable

[QA] Fix Geo scenario

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent b3a733f1
......@@ -8,6 +8,8 @@ module QA
class Geo < QA::Scenario::Template
include QA::Scenario::Bootable
tags :geo
attribute :geo_primary_address, '--primary-address PRIMARY'
attribute :geo_primary_name, '--primary-name PRIMARY_NAME'
attribute :geo_secondary_address, '--secondary-address SECONDARY'
......@@ -32,8 +34,8 @@ module QA
Specs::Runner.perform do |specs|
specs.tty = true
specs.tags = %w[geo]
specs.options = rspec_options.any? ? rspec_options : 'qa/specs/features'
specs.tags = self.class.focus
specs.options = rspec_options if rspec_options.any?
end
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment