Test case updates
[nonrtric.git] / test / auto-test / override_alternative_a1pms.sh
similarity index 69%
rename from test/auto-test/override_aegis_a1pms.sh
rename to test/auto-test/override_alternative_a1pms.sh
index 4fef6d5..7cae22e 100644 (file)
 #   limitations under the License.                                             #
 ################################################################################
 
-# Override file for running the e-release helm recipe including all components
+# Override file for running the latest alternative a1 pms image
 
+# NOTE: This image is aussmed to be located in a different image repo (other than oran and onap)
+# NOTE: Begin with manually pulling the image to your local docker image reqistry
+# NOTE: Re-tag the image to: alternative-a1pms:<image-tag>     (use same tage is specified in var A1PMS_IMAGE_TAG_LOCAL below)
+# NOTE: Run the test using the flags "--use-local-image A1PMS --override override_alternative_a1pms.sh"
 
-A1PMS_IMAGE_BASE="aegis-onap-docker-local.artifactory.est.tech/onap/ccsdk-oran-a1policymanagementservice"
+A1PMS_IMAGE_BASE="alternative-a1pms"
+A1PMS_IMAGE_TAG_LOCAL="1.4.0-SNAPSHOT"