From 5acaa2c68c22b7034a6af497f1680dbc8d70afc9 Mon Sep 17 00:00:00 2001 From: Emilien Macchi Date: Thu, 31 Mar 2016 13:33:49 -0400 Subject: [PATCH] run_tests: test Horizon again A typo was introduced recently and this patch re-enable the testing of Horizon. Change-Id: I7520e862f9028baac23dbe92ccda471cd716ec77 --- run_tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 9cf9a4acb..c67db7b27 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -135,7 +135,7 @@ set +e TESTS="smoke" # Horizon -TESTS="${TESTS} dashbboard" +TESTS="${TESTS} dashboard" # Aodh TESTS="${TESTS} TelemetryAlarming"