SYSTEM TEST PLAN / TEST RESULTS
Project Id.E-09874-01-01Project NameRDK Reference Platforms
System Test plan prepared /last modified byAmrita BanikSystem Test plan prepared /last modified on08/04/2020Total no of bugs0
Test Start Date28-Apr-20Test End Date28-Apr-20
Scope of TestingYocto 3.1 migration support on Turris-Omnia device
System Test CasesTest ResultsActual Outcome
Test No.Test Case Scenario No Test DateReq. IDTest Case Scenario DescriptionTest Description (explaining test Condition, Setup and other details)Test Case Designed For Expected outcomeIteration No.Actual Result
1T128-Apr-20REFPLTB-564Validation of build procedure for core-minimal image of Turris WiFi ExtenderExecute the following command to fetch the source code of Turris wifi-extender using repo tool and trigger the build in dunfell branch: 1) $ repo init -u https://code.rdkcentral.com/r/manifests -m rdkb-turris-extsrc.xml -b dunfell 2) $ repo sync -j4 –no-clone-bundle 3) source meta-turris/setup-environment ( Select the option for turris.conf) 4) $ bitbake core-image-minimal Robustnesscore-image-minimal should be build successfully for Turris Wifi Extender2Passedcore-image-minimal was build successfully for Turris Wifi Extender
2T228-Apr-20REFPLTB-564Validation of image boot-up using reboot command1) Flash image on Turris Omnia board and boot-up 2) Reboot the box and check for core processes RobustnessImage should be rebooted successfully2PassedImage rebooted successfully
3T328-Apr-20REFPLTB-564Verify the image version after image boot up1) Once the image boots up verify the image version by using the command: cat /version.txtRobustnessIt should display the version of the booted image2PassedIt display the version of the booted image
4T428-Apr-20REFPLTB-564Verify that internet is accessible using WAN interfaceExecute the below commands to verify internet is accessible from WAN interface (eth2) # udhcpc -i eht2 # ping www.google.comRobustnessInternet is accesible from WAN interface2PassedInternet was accesible from WAN interface