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

Basic Rust Functions in the Confidential OS

Case No.

4.2.17

Test Objective

Verify that 3.5 GB CSV files in the REE of a host can be read, written, or deleted from the TEE OS, using the Rust language.

Test Networking

See Test Networking.

Prerequisites

The TEE OS environment that supports high-level languages has been deployed.

Test Procedure

  1. Install the Rust application. (See Expected Result 1.)

    tee_teleport -c rust.sec

  2. Run the application. (See Expected Result 2.)

    tee_teleport -r rust -i sessionID.txt

  3. Output the file. (See Expected Result 3.)

    tee_teleport --getlog -i sessionID.txt

  4. View the log.

    cat tee.log

Expected Result

1. A sessionID.txt file is generated in the current directory.

2. The running is successful and the command output reads "0."

3. The running is successful and the command output reads "0." The tee.log file is generated in the current directory.

Test Result

  

Remarks