From 2480b2f87d203d39ae5c774c33b985e56a55ba0a Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 27 Oct 2021 19:09:07 +0200 Subject: [PATCH] L2SS-451: Print which tango devices are exported --- devices/integration_test/devices/test_tango_database.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/integration_test/devices/test_tango_database.py b/devices/integration_test/devices/test_tango_database.py index 74404a24d..0ae65d5c5 100644 --- a/devices/integration_test/devices/test_tango_database.py +++ b/devices/integration_test/devices/test_tango_database.py @@ -31,4 +31,4 @@ class TestTangoDatabase(base.IntegrationTestCase): # Ensure this value is close to actual amount of servers defined by # integration_ConfigDb.json - self.assertGreater(len(d.get_server_list()), 16) + self.assertGreater(len(d.get_server_list()), 16, msg=f"Servers: {d.get_server_list()}") -- GitLab