Rate This Document
Findability
Accuracy
Completeness
Readability

Video Stream Component Version Query

Case No.

4.1.8

Test Objective

Verify the function of querying the video stream component version.

Test Networking

N/A

Prerequisites

  1. The video stream cloud phone environment has been deployed.
  2. A video stream cloud phone container has been created and connected to the ADB.

Test Procedure

  1. Run the sudo docker exec -it android_x sh command to access the video stream cloud phone container. Expected result 1 is displayed.
  2. Run the cat /vendor/etc/videoengine_version.txt command to query the version information. Expected result 2 is displayed.

Expected Result

  1. The container can be accessed.
  2. The correct version information of the video stream component is displayed as follows. (The specific version number is subject to the current version.)
    Product Name: Kunpeng BoostKit
    Product Version: xxx
    Component Name: BoostKit-videoengine
    Component Version: xxx
    Component AppendInfo: 11.0.0_r48

Test Result

  

Remarks

In the test procedure, x in android_x indicates the ID of the created video stream cloud phone container.