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

Resource Isolation Test

Case No.

4.1.6

Test Objective

Verify that the resource isolation function of a Kbox cloud phone is normal.

Test Networking

None

Prerequisites

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

Test Procedure

  1. Run the docker exec -it kbox_x cat /proc/cpuinfo | grep processor command to verify CPU resource isolation.
  2. Run the docker exec -it kbox_x cat /proc/meminfo | grep MemTotal command to verify memory resource isolation.
  3. Run the df -h | grep -w kbox_x command to verify storage resource isolation.
    NOTE:

    x indicates the digit part of a container ID.

Expected Result

  1. The queried number of CPU cores of a single container is consistent with the specifications in the feature guide.
  2. The queried memory size of a single container is consistent with the specifications in the feature guide.
  3. The queried storage space of a single container is consistent with the specifications in the feature guide.

Test Result

  

Remarks