Rate This Document
Findability
Accuracy
Completeness
Readability

Querying the Kbox Cloud Phone Container Status

Case No.

4.1.4

Test Objective

Verify that the Kbox cloud phone container status can be queried.

Test Networking

N/A

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 docker ps -a command to query all Kbox cloud phone containers in the current environment.
  2. Run the docker exec -it kbox_x sh command to access the Kbox cloud phone container and then run the getprop | grep sys.boot_completed command to query the running status of the container.
    NOTE:

    x indicates the digit part of a container ID.

Expected Result

  1. The device to be queried is displayed in the Kbox cloud phone list.
  2. If the value of [sys.boot_completed] of the Kbox cloud phone to be queried is [1], the Kbox cloud phone is successfully started.

Test Result

  

Remarks