Not to be fixed
Created: Oct 30, 2018
Updated: Jun 20, 2019
Resolved Date: Mar 25, 2019
Found In Version: unknown
Severity: Standard
Applicable for: Wind River Linux LTS 18
Component/s: Userspace
Steps to reproduce:
(1) $ setup.sh --machines intel-skylake-avx512-64 --kernel cgl --distro wrlinux-cgl --templates feature/test --dl-layers
(2) $ . ./environment-setup-x86_64-wrlinuxsdk-linux
(3) $ . ./oe-init-build-env
(4) $ echo BB_NO_NETWORK_pn-lmbench = \"0\" >> conf/local.conf
(5) $ bitbake wrlinux-image-glibc-cgl
(6) start the target: and run ptest for rsyslog:
# cd /usr/lib64/rsyslog/ptest
# ./run-ptest
Test results:
============================================================================
Testsuite summary for rsyslog 8.22.0
============================================================================
# TOTAL: 210
# PASS: 195
# SKIP: 12
# XFAIL: 0
# FAIL: 3
# XPASS: 0
# ERROR: 0
N/A
On host:
(1) # setup.sh
--machine intel-x86-64 --templates feature/LAMP feature/gcc-sanitizers feature/gdb feature/ipv6 feature/libhugetlbfs feature/lttng feature/mariadb feature/nfsd feature/ntp feature/software-entropy feature/system-stats feature/target-toolchain feature/test feature/valgrind feature/xfce --dl-layers --layers meta-filesystems meta-virtualization meta-xfce --distro wrlinux
3) . ./oe-init-build-env
4) vim conf/local.conf
IMAGE_INSTALL_append += " rsyslog make "
5) bitbake lib32-wrlinux-image-glibc-std
6) boot the target
7) root@intel-x86-64:/usr/lib/rsyslog/ptest# ./run-ptest