From ecd856302159e4e0ab0e9d30e8d14c3b29faadce Mon Sep 17 00:00:00 2001 From: higherordertech Date: Thu, 3 Oct 2024 13:23:56 +1000 Subject: [PATCH] update ts-tests README, add python3 to docker base runner stage --- tee-worker/identity/build.Dockerfile | 2 +- tee-worker/identity/ts-tests/README.md | 12 +++--------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/tee-worker/identity/build.Dockerfile b/tee-worker/identity/build.Dockerfile index be93051620..fc98449134 100644 --- a/tee-worker/identity/build.Dockerfile +++ b/tee-worker/identity/build.Dockerfile @@ -85,7 +85,7 @@ RUN cargo test --release ################################################## FROM node:18-bookworm-slim AS runner -RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler +RUN apt update && apt install -y libssl-dev iproute2 jq curl protobuf-compiler python3 python-is-python3 RUN corepack enable && corepack prepare pnpm@8.7.6 --activate && corepack enable pnpm diff --git a/tee-worker/identity/ts-tests/README.md b/tee-worker/identity/ts-tests/README.md index 764c128ef4..7e9684979f 100644 --- a/tee-worker/identity/ts-tests/README.md +++ b/tee-worker/identity/ts-tests/README.md @@ -33,17 +33,11 @@ pnpm install pnpm --filter integration-tests run test your-testfile.test.ts ``` -II identity test: `pnpm --filter integration-tests run test ii_identity.test.ts` +Direct invocation identity test: `pnpm --filter integration-tests run test di_identity.test.ts` -II vc test: `pnpm --filter integration-tests run test ii_vc.test.ts` +Direct invocation vc test: `pnpm --filter integration-tests run test vc_correctness.test.ts` -II batch identity test: `pnpm --filter integration-tests run test ii_batch.test.ts` - -Direct invocation substrate identity test: `pnpm --filter integration-tests run test di_substrate_identity.test.ts` - -Direct invocation evm identity test: `pnpm --filter integration-tests run test di_evm_identity.test.ts` - -Direct invocation vc test: `pnpm --filter integration-tests run test di_vc.test.ts` +Direct requect vc test: `pnpm --filter integration-tests run test dr_vc.test.ts` ## Data-provider test