Merge "Add marconi to enabled services"

This commit is contained in:
Jenkins 2014-02-12 20:45:29 +00:00 committed by Gerrit Code Review
commit 5b0438f8ed

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() {