Add marconi to enabled services

This patch adds marconi to enabled services. This is needed to run
the tempest experimental job for marconi.

Change-Id: I28794c3acacc6daa9f698f8031b58d1ee13c3bad
Implements: blueprint add-basic-marconi-tests
This commit is contained in:
Malini Kamalambal 2014-02-10 11:22:39 -05:00
parent fb87714c21
commit 9972ec23c4

View File

@ -58,6 +58,13 @@ TEMPEST_SERVICES+=,marconi
# Functions
# ---------
# Test if any Marconi services are enabled
# is_marconi_enabled
function is_marconi_enabled {
[[ ,${ENABLED_SERVICES} =~ ,"marconi-" ]] && return 0
return 1
}
# cleanup_marconi() - Remove residual data files, anything left over from previous
# runs that a clean run would need to clean up
function cleanup_marconi() {