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:
@@ -58,6 +58,13 @@ TEMPEST_SERVICES+=,marconi
|
|||||||
# Functions
|
# 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
|
# cleanup_marconi() - Remove residual data files, anything left over from previous
|
||||||
# runs that a clean run would need to clean up
|
# runs that a clean run would need to clean up
|
||||||
function cleanup_marconi() {
|
function cleanup_marconi() {
|
||||||
|
|||||||
Reference in New Issue
Block a user