commit | 79ccac3162d05b4797450836c669e81465d3fa2d | [log] [tgz] |
---|---|---|
author | waynedunican <wayne.dunican@est.tech> | Wed Nov 06 11:07:56 2024 +0000 |
committer | waynedunican <wayne.dunican@est.tech> | Wed Nov 06 11:08:01 2024 +0000 |
tree | ea5ee73751ebc532b6ee3bcba8b30953b5696a1e | |
parent | b76949baa5dded6079825a7b8cf2d7a1345e6848 [diff] |
Fix directory naming for s3p test automation Issue-ID: POLICY-5148 Change-Id: I837d3ce8269d9f851536cbfffb9298bbd03afbcb Signed-off-by: waynedunican <wayne.dunican@est.tech>
Copyright 2018-2019 AT&T Intellectual Property. All rights reserved. This file is licensed under the CREATIVE COMMONS ATTRIBUTION 4.0 INTERNATIONAL LICENSE Full license text at https://creativecommons.org/licenses/by/4.0/legalcode
This source repository contains legacy docker-compose configurations used for CSIT tests, and ONAP Heat instantiations.
Additionally, the policy-base/ and policy-common/ projects are used to generate the OS base for policy images.
Helm directory is added to include the helm chart for policy-models-simulators. To spin the kubernetes pod up:
Running Policy CSIT in kubernetes: To run CSIT in kubernetes, docker/csit/run-k8s-csit.sh script can be invoked with the arguments {install} {project_name} When the project name is not supplied, the script only installs the policy helm charts and doesn't execute any robot tests. To teardown the kubernetes cluster, the same script can be invoked with the argument {uninstall}
Steps involved in running CSIT in kubernetes:
Running Policy CSIT in docker: To run CSIT in docker, docker/csit/run-project-csit.sh script can be invoked with the argument {project_name}.
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.