X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fauto-test%2Foverride_external_a1pms.sh;fp=test%2Fauto-test%2Foverride_alternative_a1pms.sh;h=9da7c7c1a822667c4d95f537bc0892408a6ec3d7;hb=refs%2Fchanges%2F66%2F8566%2F2;hp=7cae22e039b3f9f4455e949158305ea8c0361f3b;hpb=073269a87bdbe3ef450d933d0e7e6a5f730c8b67;p=nonrtric.git diff --git a/test/auto-test/override_alternative_a1pms.sh b/test/auto-test/override_external_a1pms.sh similarity index 67% rename from test/auto-test/override_alternative_a1pms.sh rename to test/auto-test/override_external_a1pms.sh index 7cae22e0..9da7c7c1 100644 --- a/test/auto-test/override_alternative_a1pms.sh +++ b/test/auto-test/override_external_a1pms.sh @@ -1,6 +1,6 @@ #!/bin/bash ################################################################################ -# Copyright (c) 2021 Nordix Foundation. # +# Copyright (c) 2022 Nordix Foundation. # # # # Licensed under the Apache License, Version 2.0 (the "License"); # # you may not use this file except in compliance with the License. # @@ -15,12 +15,10 @@ # limitations under the License. # ################################################################################ -# Override file for running the latest alternative a1 pms image +# Override file for running external 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: (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" +# NOTE: This image is assumed to be located in a different image repo (other than oran and onap) +# NOTE: The image tag "EXTERNAL" indicate that the IMAGE_BASE var contains the full image repo path -A1PMS_IMAGE_BASE="alternative-a1pms" -A1PMS_IMAGE_TAG_LOCAL="1.4.0-SNAPSHOT" +A1PMS_IMAGE_BASE="" +A1PMS_IMAGE_TAG_EXTERNAL=""