aboutsummaryrefslogtreecommitdiffstats
path: root/src/onaptests
diff options
context:
space:
mode:
Diffstat (limited to 'src/onaptests')
m---------src/onaptests/integration0
m---------src/onaptests/masspnfsimulator0
-rw-r--r--src/onaptests/steps/simulator/pnf/utils.py2
3 files changed, 1 insertions, 1 deletions
diff --git a/src/onaptests/integration b/src/onaptests/integration
deleted file mode 160000
-Subproject b01945987f9a0ab3ac5f4895ffd03c8e975036b
diff --git a/src/onaptests/masspnfsimulator b/src/onaptests/masspnfsimulator
new file mode 160000
+Subproject 1bc17f351d6d7afad961dfbbfca2f277fe73c5b
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
)