From b15eda6e03133862f071a6dc0127c3bc660aad1f Mon Sep 17 00:00:00 2001 From: rameshiyer27 Date: Wed, 14 Feb 2024 10:13:16 +0000 Subject: Add ACM regression test suite Issue-ID: POLICY-4920 Signed-off-by: rameshiyer27 Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7 --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7658c6c3..709eee3d 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,11 @@ Steps involved in running CSIT in kubernetes: 2. Deploys policy helm charts under the default namespace. 3. Builds docker image of the robot framework and deploys robot framework helm chart in the default namespace. 4. Invokes the respective robot test file for the project supplied by the user. - The test execution results can be viewed from the logs of policy-csit-robot pod. \ No newline at end of file + The test execution results can be viewed from the logs of policy-csit-robot pod. + +Running Policy Regression Tests: + ACM regression tests can be invoked using the script docker/csit/run-acm-regression.sh with the arguments {ACM-R release name} {participant release name} + For example, if ACM-R and participants needs to be tested for backward compatbility between montreal and london versions, the script can be invoked + with the command "./run-acm-regression.sh montreal london" + This will deploy ACM-R and other policy components in montreal version and the participants in london version before invoking the test suite. + The script can also be invoked without any arguments to deploy all the components in the default version of the repo. -- cgit