aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-02-14 10:13:16 +0000
committerrameshiyer27 <ramesh.murugan.iyer@est.tech>2024-02-28 10:44:36 +0000
commitb15eda6e03133862f071a6dc0127c3bc660aad1f (patch)
tree2465a306b7d3d5a052187e91034bf5382bbd120a /README.md
parentfbfc234895c48282e2e92b44c8c8b49745e81745 (diff)
Add ACM regression test suite
Issue-ID: POLICY-4920 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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.