aboutsummaryrefslogtreecommitdiffstats
path: root/sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
diff options
context:
space:
mode:
authorManuel Buil <mbuil@suse.com>2017-03-22 18:10:34 +0100
committerManuel Buil <mbuil@suse.com>2017-03-22 18:55:32 +0100
commit6a93c1e0e34e357869879dcea98ce2d4561e52ab (patch)
treee27b0a0a154e343434e6161999b581fd255a608b /sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py
parent08aa86e1e7cb874aac72c831e239c003070e5ca3 (diff)
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 <mbuil@suse.com>
Diffstat (limited to 'sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py')
-rw-r--r--sfc/tests/functest/sfc_two_chains_SSH_and_HTTP.py3
1 files changed, 3 insertions, 0 deletions
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")