diff options
author | Stan Hu <stanhu@gmail.com> | 2018-08-29 10:54:24 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2018-08-29 10:54:24 -0700 |
commit | 14105b5ee9fe83313f3410dd717836fd36497696 (patch) | |
tree | 8ae8aa434551642126df3089864a05f25abb693e /qa/qa.rb | |
parent | 7e7e52536b876a9381c6efb4d858d3a49d1f9640 (diff) | |
parent | 380c7169cbcc67b4046bc63b62fd1c452c76ad12 (diff) | |
download | gitlab-ce-14105b5ee9fe83313f3410dd717836fd36497696.tar.gz |
Merge branch 'master' into sh-add-object-storage-qa
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ module QA # Test scenario entrypoints. # module Test + autoload :Instance, 'qa/scenario/test/instance' module Instance autoload :All, 'qa/scenario/test/instance/all' autoload :Smoke, 'qa/scenario/test/instance/smoke' |