System:
Uname -a
Linux dut1 4.2.0-36-generic #42~14.04.1-Ubuntu SMP Fri May 13 17:27:22 UTC 2016 
x86_64 x86_64 x86_64 GNU/Linux

VPP - current master branch (commit e0cb0ccee10f1ce0e29c94acb3b4861f46c0879d)
CSIT - not related.

Just build fresh new master branch:

csit@dut1:~/dev2/vpp_t$ make bootstrap
csit@dut1:~/dev2/vpp_t$ make build-release

then started VPP:

csit@dut1:~/dev2/vpp_t$ sudo ./build-root/build-vpp-native/vpp/bin/vpp -c 
~/startup_no_int.conf

Then from other terminal:

csit@dut1:~/dev2/vpp_t$ sudo ./build-root/build-vpp-native/vpp/vpp_api_test 
json <<< sw_interface_dump
vat#
[
  {
    "sw_if_index": 1,
    "sup_sw_if_index": 1,
...
    "vtr_op": 0,
    "vtr_push_dot1q": 0,
    "vtr_tag1": 0,
    "vtr_tag2": 0
  }
]
...
(Paused here for about 1 sec, probably because of timeout)
...
sw_interface_dump error: Misc
vat# csit@dut1:~/dev2/vpp_t$

master branch cloned yesterday morning works fine
Thanks

From: Dave Wallace [mailto:dwallac...@gmail.com]
Sent: Friday, February 3, 2017 3:17 PM
To: Rybalchenko, Kirill <kirill.rybalche...@intel.com>; csit-...@lists.fd.io
Cc: vpp-dev@lists.fd.io
Subject: Re: [csit-dev] FW: CSIT test failure

Kirill,

Please provide more details on what test is failing, the VPP version, CSIT 
version, what environment you are running the test which is failing, debugging 
information, logs, etc.  Please use pastebin or google docs for large files.

There is not enough information here to do address the issue you are having.

Thanks,
-daw-
On 2/3/17 10:12 AM, Dave Barach (dbarach) wrote:
Forwarding to csit-dev... A patch against master/latest verified OK on LF infra 
half an hour ago...

From: vpp-dev-boun...@lists.fd.io<mailto:vpp-dev-boun...@lists.fd.io> 
[mailto:vpp-dev-boun...@lists.fd.io] On Behalf Of Rybalchenko, Kirill
Sent: Friday, February 3, 2017 7:59 AM
To: vpp-dev@lists.fd.io<mailto:vpp-dev@lists.fd.io>
Subject: [vpp-dev] CSIT test failure

CSIT tests fail trying to dump sf interface table.
Problem comes from api_sw_interface_dump function in api_format.c
After successful printing of table it returns  "sw_interface_dump error: Misc"
It looks like problem comes from CONTROL_PING message.


--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263

This e-mail and any attachments may contain confidential material for the sole 
use of the intended recipient(s). Any review or distribution by others is 
strictly prohibited. If you are not the intended recipient, please contact the 
sender and delete all copies.




_______________________________________________

csit-dev mailing list

csit-...@lists.fd.io<mailto:csit-...@lists.fd.io>

https://lists.fd.io/mailman/listinfo/csit-dev

--------------------------------------------------------------
Intel Research and Development Ireland Limited
Registered in Ireland
Registered Office: Collinstown Industrial Park, Leixlip, County Kildare
Registered Number: 308263


This e-mail and any attachments may contain confidential material for the sole
use of the intended recipient(s). Any review or distribution by others is
strictly prohibited. If you are not the intended recipient, please contact the
sender and delete all copies.
_______________________________________________
vpp-dev mailing list
vpp-dev@lists.fd.io
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to