run_tests: test Horizon again

A typo was introduced recently and this patch re-enable the testing of
Horizon.

Change-Id: I7520e862f9028baac23dbe92ccda471cd716ec77
This commit is contained in:
Emilien Macchi 2016-03-31 13:33:49 -04:00
parent 1a749d4d4a
commit 5acaa2c68c

View File

@ -135,7 +135,7 @@ set +e
TESTS="smoke"
# Horizon
TESTS="${TESTS} dashbboard"
TESTS="${TESTS} dashboard"
# Aodh
TESTS="${TESTS} TelemetryAlarming"