summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJan Srnicek <jsrnicek@cisco.com>2017-02-07 12:52:23 +0100
committerMarek Gradzki <mgradzki@cisco.com>2017-02-07 12:18:52 +0000
commit52812370c20d7f6628da5c7680fb42cbd60a21b9 (patch)
tree3b741c214d5bc5e8f03e26f70e036850dcbeb8e5 /pom.xml
parentfd88a38ef0c95452953deb2c52a07eb1232a82a5 (diff)
Fixed use of structural readers in tests
ioam plugin disabled till ioam team provides fix for HC2VPP-63 Change-Id: Ibf4970283c4dfefabc73634e522786d74ad32889 Signed-off-by: Jan Srnicek <jsrnicek@cisco.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index cdda10117..434eefca3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -36,7 +36,8 @@
<modules>
<module>vpp-common</module>
<module>v3po</module>
- <module>ioam</module>
+ <!-- TODO temporary disabled till HC2VPP-63 is resolved -->
+ <!--<module>ioam</module>-->
<module>nsh</module>
<module>routing</module>
<module>nat</module>