7cae22e039b3f9f4455e949158305ea8c0361f3b
[nonrtric.git] / test / auto-test / override_alternative_a1pms.sh
1 #!/bin/bash
2 ################################################################################
3 #   Copyright (c) 2021 Nordix Foundation.                                      #
4 #                                                                              #
5 #   Licensed under the Apache License, Version 2.0 (the "License");            #
6 #   you may not use this file except in compliance with the License.           #
7 #   You may obtain a copy of the License at                                    #
8 #                                                                              #
9 #       http://www.apache.org/licenses/LICENSE-2.0                             #
10 #                                                                              #
11 #   Unless required by applicable law or agreed to in writing, software        #
12 #   distributed under the License is distributed on an "AS IS" BASIS,          #
13 #   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.   #
14 #   See the License for the specific language governing permissions and        #
15 #   limitations under the License.                                             #
16 ################################################################################
17
18 # Override file for running the latest alternative a1 pms image
19
20 # NOTE: This image is aussmed to be located in a different image repo (other than oran and onap)
21 # NOTE: Begin with manually pulling the image to your local docker image reqistry
22 # NOTE: Re-tag the image to: alternative-a1pms:<image-tag>     (use same tage is specified in var A1PMS_IMAGE_TAG_LOCAL below)
23 # NOTE: Run the test using the flags "--use-local-image A1PMS --override override_alternative_a1pms.sh"
24
25 A1PMS_IMAGE_BASE="alternative-a1pms"
26 A1PMS_IMAGE_TAG_LOCAL="1.4.0-SNAPSHOT"