add rally to the run
diff --git a/tcp_tests/managers/common_services_manager.py b/tcp_tests/managers/common_services_manager.py
index add159f..7735f9a 100644
--- a/tcp_tests/managers/common_services_manager.py
+++ b/tcp_tests/managers/common_services_manager.py
@@ -24,5 +24,6 @@
super(CommonServicesManager, self).__init__()
def install(self, commands):
- self.__underlay.execute_commands(commands)
+ self.__underlay.execute_commands(commands,
+ label='Install common services')
self.__config.common_services.installed = True