From d7f2a1fbd9320769b99db1370ca77baf94ed288c Mon Sep 17 00:00:00 2001 From: Antti Kervinen Date: Wed, 11 Oct 2023 17:11:21 +0300 Subject: [PATCH] e2e: document e2e test dependencies Signed-off-by: Antti Kervinen --- test/e2e/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/e2e/README.md b/test/e2e/README.md index 5b0b951ce..795677c5b 100644 --- a/test/e2e/README.md +++ b/test/e2e/README.md @@ -3,6 +3,10 @@ ## Prerequisites Before running E2E tests ensure that you have all the required components locally available as described below. +0. Install dependencies: + - `vagrant` + - `qemu-system-x86` + 1. Build NRI resource policy static binaries. You need to be at the root of the NRI-resource-policy directory. ```shell