diff options
author | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-16 12:50:49 +0100 |
---|---|---|
committer | Bartek Grzybowski <b.grzybowski@partner.samsung.com> | 2020-12-16 12:55:45 +0100 |
commit | 6a19fe0a4bbf2319af52c34a21ceca88cadd84cd (patch) | |
tree | 562eb22df9bd12d40c566aa8de38b6668c407064 /.gitmodules | |
parent | 9bb386285a8642798215a0e815e53e2872995110 (diff) |
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 <b.grzybowski@partner.samsung.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 6 |
1 files changed, 3 insertions, 3 deletions
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 |