Wind River Support Network

HomeDefectsLIN1019-2510
Not to be fixed

LIN1019-2510 : First run avl.25.0 after system reboot, sometimes fail

Created: Sep 5, 2019    Updated: Apr 29, 2021
Resolved Date: Apr 29, 2021
Found In Version: 10.19.45.1
Severity: Standard
Applicable for: Wind River Linux LTS 19
Component/s: Userspace

Description

:/opt/cut# ./cgl_test.sh -e avl.25.0
 ==============================================================
           Networking CGL5.0 Registration Test Suite           
 ==============================================================
 AVL.25.0 Application Heartbeat Monitor                               [  FAIL  ]
 =============================================================
                  Testcase execution completed
 =============================================================
 Passed  : 0
 Failed  : 1
 Not run : 0
 -------
 Total   : 1

Workaround

N/A

Steps to Reproduce

1) setup.sh
 --machine intel-x86-64 --templates feature/cut feature/linux-yocto-dev feature/toolchain-next feature/userspace-next --dl-layers --distro wrlinux-cgl
 2) . ./oe-init-build-env
 3) bitbake wrlinux-image-glibc-cgl

4) boot on target and harddisk startup
 5) modify hostname
 6) modify /opt/cut/env/runtime_env
 root@cut:/opt/cut# cat env/runtime_env
 #!/bin/sh
 # client_ip used to test the case which needs two target
 # together to finish the test, such as csm.1.0
 CLIENT_IP="192.168.1.2"

 # when test case which need at least two targets, the
 # LOCAL_ETH used to specify the local eth device used
 # to connect to other target
 LOCAL_ETH="eth1"

 # set the test interface for the case which needs special
 # setting for the interface such as needs to set ipv6 address
 ETH_TEST="eth0"

 # provide the cluster ip when setup a cluster
 # Note the CLUSTER_IP is an address not used
 # by other real interface, and the CLUSTER_IP should be in
 # the same netmask with CLIENT_IP
 CLUSTER_IP="192.168.1.254"
 7) run command as problem descriptio 
 root@cut:/opt/cut# 
 cd /opt/cut

./cgl_test.sh -e avl.25.0
Live chat
Online