From fe35a88e28148ef39b9228c1e7b57fb3f00f3396 Mon Sep 17 00:00:00 2001 From: rallytime Date: Fri, 26 Feb 2016 11:38:21 -0700 Subject: [PATCH] Add test runner options that were lost in merge-forward --- tests/runtests.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/runtests.py b/tests/runtests.py index 99c108325a..16a809d250 100755 --- a/tests/runtests.py +++ b/tests/runtests.py @@ -87,6 +87,12 @@ TEST_SUITES = { 'cloud_provider': {'display_name': 'Cloud Provider', 'path': 'integration/cloud/providers'}, + 'grains': + {'display_name': 'Grains', + 'path': 'integration/grains'}, + 'minion': + {'display_name': 'Minion', + 'path': 'integration/minion'} }