Test-Label: intel-Testing Test-Status: FAILURE _Testing issues_ DPDK git repo: dpdk commit c523e8643b60f39eda3864af022a84203d962a94 Author: Thomas Monjalon Date: Thu Oct 17 19:06:44 2024 +0200 doc: fix Sphinx build without RTD theme DTS is using a specific configuration of Sphinx which is supported only with the theme Read The Docs. If not available, this error may be seen: unsupported theme option 'collapse_navigation' given In order to allow doc generation without this theme, a check is added to make the specific configuration optional. Fixes: 7f9326423a04 ("dts: add API doc generation") Signed-off-by: Thomas Monjalon Signed-off-by: Robin Jarry Testing Summary : 18 Case Done, 9 Successful, 9 Failures TestPlan: pf_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/pf_smoke_test_plan.rst vf_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/vf_smoke_test_plan.rst virtio_smoke: http://git.dpdk.org/tools/dts/tree/test_plans/virtio_smoke_test_plan.rst TestSuite: pf_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_pf_smoke.py vf_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_vf_smoke.py virtio_smoke: http://git.dpdk.org/tools/dts/tree/tests/TestSuite_virtio_smoke.py OS : Ubuntu 22.04.2 LTS Kernel : 5.15.0-60-generic GCC : 11.3.0-1ubuntu1~22.04 NIC : Ethernet Controller E810-C for SFP Target : x86_64-native-linuxapp-gcc Test result details: +-------------+---------------------------+-------+ | suite | case | status| +-------------+---------------------------+-------+ | asan_smoke | test_rxtx_with_ASan_enable| passed| | pf_smoke | test_pf_jumbo_frames | passed| | pf_smoke | test_pf_rss | passed| | pf_smoke | test_pf_tx_rx_queue | passed| | vf_smoke | test_vf_jumbo_frames | passed| | vf_smoke | test_vf_rss | passed| | vf_smoke | test_vf_tx_rx_queue | passed| | virtio_smoke| test_virtio_loopback | passed| | virtio_smoke| test_virtio_pvp | passed| +-------------+---------------------------+-------+ OS : Ubuntu 22.04.2 LTS Kernel : 5.15.0-60-generic GCC : 11.3.0-1ubuntu1~22.04 NIC : Ethernet Controller XL710 for 40GbE QSFP+ Target : x86_64-native-linuxapp-gcc Test result details: +-------------+---------------------------+-------+ | suite | case | status| +-------------+---------------------------+-------+ | asan_smoke | test_rxtx_with_ASan_enable| FAILED| | pf_smoke | test_pf_jumbo_frames | FAILED| | pf_smoke | test_pf_rss | FAILED| | pf_smoke | test_pf_tx_rx_queue | FAILED| | vf_smoke | test_vf_jumbo_frames | FAILED| | vf_smoke | test_vf_rss | FAILED| | vf_smoke | test_vf_tx_rx_queue | FAILED| | virtio_smoke| test_virtio_loopback | FAILED| | virtio_smoke| test_virtio_pvp | FAILED| +-------------+---------------------------+-------+ DPDK STV team