commit | 6bcd5b66811eda9248bbf81aa1fde1a36630c46c | [log] [tgz] |
---|---|---|
author | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | Tue Nov 03 08:40:48 2020 +0100 |
committer | Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> | Tue Nov 03 08:41:05 2020 +0100 |
tree | 2f2da7966f45eea960a8561fc6650a7134a31daa | |
parent | cc283b7b5bc74b216c32f1a4c8740d945baaf114 [diff] |
Change version to 1.6.3 Signed-off-by: Bartosz Gardziejewski <bartosz.gardziejewski@nokia.com> Change-Id: I699271f0dcb8fe6e07f15b15b99866adaf5bc729 Issue-ID: VNFSDK-704
comment: # (Licensed under the Apache License, Version 2.0 (the "License") comment: # (# you may not use this file except in compliance with the License.) comment: # (# You may obtain a copy of the License at) comment: # (#) comment: # (# http://www.apache.org/licenses/LICENSE-2.0) comment: # (#) comment: # (# Unless required by applicable law or agreed to in writing, software) comment: # (# distributed under the License is distributed on an "AS IS" BASIS,) comment: # (# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.) comment: # (# See the License for the specific language governing permissions and) comment: # (# limitations under the License.)
VNFSDK marketplace provides
A platform to automate and manage different kind of VNF test cases for given VNF package(s) and provides unified accessibility over CLI, REST API and UI portal for operating the test cases. Also it facilitate to write test cases in different languages like java, shell scripts, python, etc.
mvn clean package -Pdocker -Dpush.docker.image=false
docker run --name refrepo -p 8702:8702 nexus3.onap.org:10003/onap/vnfsdk/refrepo:latest
To browse folder you must enter to the refrepo container, so first run docker container locally (see above section) then execute
docker exec -it refrepo bash
In the running container you will find a few important folders:
If you want to verify validation logic (validation-csar project), first you need to build validation-csar project, next remove existing validation-csar.jar from /opt/vpt/lib folder in the container and then copy the new validation-csar jar file into the /opt/vpt/lib folder in the container and restart this container.
1. docker exec -it refrepo bash 2. Inside the container: rm /opt/vtp/lib/ validation-csar-XXX.jar 3. docker cp validation-csar.jar refrepo:/opt/vtp/lib 4. docker restart refrepo
VNF Marketplace UI is available at http://127.0.0.1:8702/onapui/vnfmarket