From 6a19fe0a4bbf2319af52c34a21ceca88cadd84cd Mon Sep 17 00:00:00 2001 From: Bartek Grzybowski Date: Wed, 16 Dec 2020 12:50:49 +0100 Subject: Update masspnf simulator repository path Masspnf simulator has been moved to it's own repository. Change-Id: I6360b478bb853eabf57ddad199e36180c5a8f2e9 Issue-ID: TEST-278 Signed-off-by: Bartek Grzybowski --- .gitmodules | 6 +++--- src/onaptests/integration | 1 - src/onaptests/masspnfsimulator | 1 + src/onaptests/steps/simulator/pnf/utils.py | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) delete mode 160000 src/onaptests/integration create mode 160000 src/onaptests/masspnfsimulator diff --git a/.gitmodules b/.gitmodules index bf396ae..cb1c115 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ -[submodule "src/onaptests/integration"] - path = src/onaptests/integration - url = ../../integration +[submodule "src/onaptests/masspnfsimulator"] + path = src/onaptests/masspnfsimulator + url = ../../integration/simulators/masspnf-simulator diff --git a/src/onaptests/integration b/src/onaptests/integration deleted file mode 160000 index b019459..0000000 --- a/src/onaptests/integration +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b01945987f9a0ab3ac5f4895ffd03c8e975036b4 diff --git a/src/onaptests/masspnfsimulator b/src/onaptests/masspnfsimulator new file mode 160000 index 0000000..1bc17f3 --- /dev/null +++ b/src/onaptests/masspnfsimulator @@ -0,0 +1 @@ +Subproject commit 1bc17f351d6d7afad961dfbbfca2f277fe73c5bf diff --git a/src/onaptests/steps/simulator/pnf/utils.py b/src/onaptests/steps/simulator/pnf/utils.py index 3f9b233..c9ca4e8 100644 --- a/src/onaptests/steps/simulator/pnf/utils.py +++ b/src/onaptests/steps/simulator/pnf/utils.py @@ -7,7 +7,7 @@ from ipaddress import ip_address from typing import Dict, Optional from decorator import decorator import docker -from onaptests.integration.test.mocks.masspnfsim.MassPnfSim import ( +from onaptests.masspnfsimulator.MassPnfSim import ( MassPnfSim, get_parser ) -- cgit 1.2.3-korg