Steps to reproduce: 1) setup.sh --machines qemux86 --distro wrlinux-cgl --kernel=cgl --dl-layers --layers wr-cgl --template feature/cut 2) source environment-setup-x86_64-wrlinuxsdk-linux && source oe-init-build-env build 3) bitbake wrlinux-image-glibc-cgl 4) use runqemu to boot the target runqemu qemux86 wrlinux-image-glibc-cgl kvm nographic qemuparams="-m 2048" bootparams="selinux=0 enforing=0" 5) run the cut case prf.5.0 root@qemux86:/opt/cut# ./cgl_test.sh -e prf.5.0 ============================================================== Networking CGL5.0 Registration Test Suite ============================================================== PRF.5.0 Efficient Low-Level Asynchronous Events [ FAIL ] ============================================================= Testcase execution completed ============================================================= Passed : 0 Failed : 1 Not run : 0 ------- Total : 1
N/A
On host: (1) # setup.sh --machines qemux86 --kernel cgl --distro wrlinux-cgl --templates feature/test feature/cut feature/kdump --dl-layers --layers meta-filesystems meta-xfce wr-cgl (2) # . ./environment-setup-x86_64-wrlinuxsdk-linux (3) # . ./oe-init-build-env (4) # echo BB_NO_NETWORK_pn-lmbench = \"0\" >> conf/local.conf (5) # echo 'IMAGE_FSTYPES_remove += " wic wic.bmap live" '>>conf/local.conf (6) # echo 'IMAGE_INSTALL_append = " keepalived"' >> conf/local.conf (6) # bitbake wrlinux-image-glibc-cgl On target: (1) # cd /opt/cut (2) # ./cgl_test.sh -e prf.5.0