Method: Gitlab::QA::Scenario::Test::Integration::LDAP#run_specs
- Defined in:
- lib/gitlab/qa/scenario/test/integration/ldap.rb
#run_specs(gitlab, volumes = {}, *rspec_args) ⇒ Object
55 56 57 58 59 60 61 62 63 64 65 66 67 |
# File 'lib/gitlab/qa/scenario/test/integration/ldap.rb', line 55 def run_specs(gitlab, volumes = {}, *rspec_args) gitlab.instance do Runtime::Logger.info("Running #{spec_suite} specs!") Component::Specs.perform do |specs| specs.suite = spec_suite specs.release = gitlab.release specs.network = gitlab.network specs.args = [gitlab.address, *rspec_args] specs.volumes = volumes end end end |