tests: move output from CI results and put in log 47/20247/3
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Thu, 20 Jun 2019 01:21:13 +0000 (21:21 -0400)
committerNeale Ranns <nranns@cisco.com>
Thu, 20 Jun 2019 07:29:36 +0000 (07:29 +0000)
commit2f5fd365e0e29456b87de91ecbf2bf86c16386bf
treec71d2685ce7b458626feaa28c63e2dbd7cb27ff5
parent48664591c4453d9256355ab91df0f1a097c2fd36
tests: move output from CI results and put in log

NAT session details are output to the test results.

Twice NAT44                                                              OK
Acquire twice NAT44 addresses from interface                             OK
21:10:42,661 NAT44 sessions:
-------- thread 0 vpp_main: 1 sessions --------
  172.16.1.2: 0 dynamic translations, 1 static translations
    i2o 172.16.1.2 proto tcp port 8080 fib 0
    o2i 10.0.0.3 proto tcp port 80 fib 0
       external host o2i 172.16.2.2:4567 i2o 10.0.1.3:42296
       index 1869
       last heard 97.99
       total pkts 2, total bytes 80
       static translation
       load-balancing
       twice-nat

Twice NAT44 local service load balancing                                 OK
NAT44 translate packet with unknown protocol                             OK

Type: test

Change-Id: I932a4a1133d597bb82da6e04f2ea833094a481da
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/test_nat.py