我要评分
获取效率
正确性
完整性
易理解

Kbox Cloud Phone Container ADB Test

Case No.

4.1.5

Test Objective

Verify the connection and disconnection between the Kbox cloud phone container and the ADB.

Test Networking

None

Prerequisites

  1. The basic environment of the Kbox cloud phone has been deployed.
  2. A Kbox cloud phone container has been started.

Test Procedure

  1. Run the adb connect [ip:port] command to connect to a single container.
    NOTE:

    ip:port indicates the deployment IP address of the Kbox cloud phone and the port number of the started container, respectively. Replace them with the actual values.

  2. Run the adb disconnect [ip:port] command to disconnect from a single container.

Expected Result

  1. If "connected to ip:port" is displayed in the command output, the ADB is successfully connected to the Kbox cloud phone container.
  2. If "disconnected ip:port" is displayed, the ADB is successfully disconnected from the Kbox cloud phone container.

Test Result

  

Remarks