PNF Simulator was moved to it's own repo of
integration/simulators/pnf-simulator so updating
broken links.
Change-Id: Idbd940c3898d34b68d9c0578deee5078ff2bdcad
Issue-ID: INT-1634
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
chmod +x /usr/local/bin/docker-compose
}
pnf_sim_file_checkout () {
- cd /root; git clone https://gerrit.onap.org/r/integration
+ cd /root; git clone https://gerrit.onap.org/r/integration/simulators/pnf-simulator
}
start_pnf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
- cd ~/integration/test/mocks/pnfsimulator/pnfsimulator
+ cd ~/pnf-simulator/pnfsimulator
docker-compose up -d
}
start_netconf_simulator () {
docker login -u docker -p docker nexus3.onap.org:10003
- cd ~/integration/test/mocks/pnfsimulator/netconfsimulator
+ cd ~/pnf-simulator/netconfsimulator
docker-compose up -d
}