Masspnf simulator has been moved to it's own repository.
Change-Id: I6360b478bb853eabf57ddad199e36180c5a8f2e9
Issue-ID: TEST-278
Signed-off-by: Bartek Grzybowski <b.grzybowski@partner.samsung.com>
-[submodule "src/onaptests/integration"]
- path = src/onaptests/integration
- url = ../../integration
+[submodule "src/onaptests/masspnfsimulator"]
+ path = src/onaptests/masspnfsimulator
+ url = ../../integration/simulators/masspnf-simulator
+++ /dev/null
-Subproject commit b01945987f9a0ab3ac5f4895ffd03c8e975036b4
--- /dev/null
+Subproject commit 1bc17f351d6d7afad961dfbbfca2f277fe73c5bf
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
)