From 6a93c1e0e34e357869879dcea98ce2d4561e52ab Mon Sep 17 00:00:00 2001 From: Manuel Buil Date: Wed, 22 Mar 2017 18:10:34 +0100 Subject: Added more logs to classification check The classification check is not working in CI and we don't understand why. I added a lot more logs to check Change-Id: I81bcc8874c5e5e843e0c301e1d66d5d11de092f3 Signed-off-by: Manuel Buil --- sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py') diff --git a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py index 021e8df1..747cf19f 100644 --- a/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py +++ b/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py @@ -50,6 +50,9 @@ def main(): compute_nodes = [node for node in openstack_nodes if node.is_compute()] + for compute in compute_nodes: + logger.info("This is a compute: %s" % compute.info) + results = Results(COMMON_CONFIG.line_length) results.add_to_summary(0, "=") results.add_to_summary(2, "STATUS", "SUBTEST") -- cgit 1.2.3-korg