Skip to content

Commit

Permalink
ci: Drop unsupported example tests
Browse files Browse the repository at this point in the history
Drop example tests which aren't yet supported in no_std OP-TEE
environment.

Signed-off-by: Sumit Garg <sumit.garg@linaro.org>
  • Loading branch information
b49020 committed Dec 21, 2023
1 parent dfe3b49 commit 7f97967
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
6 changes: 0 additions & 6 deletions ci/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,14 @@ pushd ../tests
./test_random.sh
./test_secure_storage.sh
./test_aes.sh
./test_serde.sh
./test_hotp.sh
./test_acipher.sh
./test_big_int.sh
./test_diffie_hellman.sh
./test_digest.sh
./test_authentication.sh
./test_time.sh
./test_tcp_client.sh
./test_udp_socket.sh
./test_message_passing_interface.sh
./test_signature_verification.sh
./test_supp_plugin.sh
./test_tls_client.sh
./test_tls_server.sh

popd
52 changes: 0 additions & 52 deletions ci/qemu-check.exp
Original file line number Diff line number Diff line change
Expand Up @@ -180,19 +180,6 @@ expect {
}
}

expect "# "
info "Running message_passing_interface-rs...\n"
send -- "message_passing_interface-rs\r"
expect {
-re "Hello, World" {
info "Test success\n"
}
timeout {
info "!!! Timeout: Test failed\n"
exit 1
}
}

expect "# "
info "Running random-rs...\n"
send -- "random-rs\r"
Expand All @@ -219,19 +206,6 @@ expect {
}
}

expect "# "
info "Running serde-rs...\n"
send -- "serde-rs\r"
expect {
"Success" {
info "Test success\n"
}
timeout {
info "!!! Timeout: Test failed\n"
exit 1
}
}

expect "# "
info "Running supp_plugin-rs...\n"
send -- "supp_plugin-rs\r"
Expand All @@ -245,19 +219,6 @@ expect {
}
}

expect "# "
info "Running tcp_client-rs...\n"
send -- "tcp_client-rs\r"
expect {
"Success" {
info "Test success\n"
}
timeout {
info "!!! Timeout: Test failed\n"
exit 1
}
}

expect "# "
info "Running time-rs...\n"
send -- "time-rs\r"
Expand All @@ -271,19 +232,6 @@ expect {
}
}

expect "# "
info "Running udp_socket-rs...\n"
send -- "udp_socket-rs\r"
expect {
"Success" {
info "Test success\n"
}
timeout {
info "!!! Timeout: Test failed\n"
exit 1
}
}

expect "# "
info "Running signature_verification-rs...\n"
send -- "signature_verification-rs\r"
Expand Down

0 comments on commit 7f97967

Please sign in to comment.