Remove expected service list

As we have runs of functiomal tests inside,
remove this check as duplicate

Change-Id: I4d2a98d44e76bd76651ee2f534f92085c02b7126
diff --git a/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py b/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
index 4e25c72..7f2daf5 100644
--- a/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
+++ b/tcp_tests/tests/system/test_install_mcp11_ovs_ocata.py
@@ -62,20 +62,9 @@
         7. Run SL component tests
         8. Download SL component tests report
         """
-        expected_service_list = ['monitoring_remote_storage_adapter',
-                                 'monitoring_server',
-                                 'monitoring_relay',
-                                 'monitoring_remote_agent',
-                                 'dashboard_grafana',
-                                 'monitoring_alertmanager',
-                                 'monitoring_remote_collector',
-                                 'monitoring_pushgateway']
-
         mon_nodes = sl_deployed.get_monitoring_nodes()
         LOG.debug('Mon nodes list {0}'.format(mon_nodes))
 
-        sl_deployed.check_docker_services(mon_nodes, expected_service_list)
-
         sl_deployed.check_prometheus_targets(mon_nodes)
 
         # Run SL component tetsts
@@ -129,20 +118,10 @@
         7. Run SL component tests
         8. Download SL component tests report
         """
-        expected_service_list = ['monitoring_remote_storage_adapter',
-                                 'monitoring_server',
-                                 'monitoring_relay',
-                                 'monitoring_remote_agent',
-                                 'dashboard_grafana',
-                                 'monitoring_alertmanager',
-                                 'monitoring_remote_collector',
-                                 'monitoring_pushgateway']
 
         mon_nodes = sl_deployed.get_monitoring_nodes()
         LOG.debug('Mon nodes list {0}'.format(mon_nodes))
 
-        sl_deployed.check_docker_services(mon_nodes, expected_service_list)
-
         sl_deployed.check_prometheus_targets(mon_nodes)
 
         # Run SL component tests