From d6f791ccbe61cc9359c03df4dbe19f64c812aaf9 Mon Sep 17 00:00:00 2001 From: "k.kedron" Date: Thu, 19 Aug 2021 12:54:32 +0200 Subject: Add trafficModel support In PM Bulk file Issue-ID: INT-1945 Signed-off-by: Krystian Kedron Change-Id: If0e339a2a7652b03435f061aaa4800c55c410ccc --- src/main/resources/application-dev.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application-dev.properties') diff --git a/src/main/resources/application-dev.properties b/src/main/resources/application-dev.properties index bd735c6..4999df3 100644 --- a/src/main/resources/application-dev.properties +++ b/src/main/resources/application-dev.properties @@ -15,4 +15,6 @@ vnf.config.file=src/test/resources/vnf.config topology.cell.config.file=src/test/resources/cells.json topology.ue.config.file=src/test/resources/ue.json -ves.collector.protocol=http \ No newline at end of file +ves.collector.protocol=http + +xml.pm.location=generated_pm_bulks/ \ No newline at end of file -- cgit 1.2.3-korg