From d67936b68f2ba872f5335be1f672f862410c03e5 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 20 Aug 2018 18:13:54 +0000 Subject: add initial smoke tests and documentation --- qa/qa.rb | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'qa/qa.rb') diff --git a/qa/qa.rb b/qa/qa.rb index 0b48cf58766..4b927067449 100644 --- a/qa/qa.rb +++ b/qa/qa.rb @@ -77,14 +77,16 @@ module QA # autoload :Bootable, 'qa/scenario/bootable' autoload :Actable, 'qa/scenario/actable' - autoload :Taggable, 'qa/scenario/taggable' autoload :Template, 'qa/scenario/template' ## # 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' + end module Integration autoload :Github, 'qa/scenario/test/integration/github' -- cgit v1.2.1