From 4ada037d31426cc1658afc94cec037f80f1aabf3 Mon Sep 17 00:00:00 2001 From: Antti Kervinen Date: Fri, 2 Jul 2021 08:56:36 +0300 Subject: [PATCH] e2e: change e2e test framework title This framework is not anymore only about CRI Resource Manager. This is also about testing CRI Resource Manager features included in container runtimes. --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index a92b1ee73..328108cbc 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -1,6 +1,6 @@ #!/bin/bash -DEMO_TITLE="CRI Resource Manager: End-to-End Testing" +DEMO_TITLE="Container Runtime End-to-End Testing" DEFAULT_DISTRO="ubuntu-20.04" PV='pv -qL'