* Revert "Fixed manager.neutron UT build error due to ovsdb change.".
This reverts commit
09c825f0ee5819124f4ccae2ff5be8620a7f37ec.
Since the ovsdb change corresponding to the commit was reverted,
the commit also needs to be reverted.
* Load java-concurrent-hash-trie-map bundle explicitly on IT.
It is required by yangtools.
Change-Id: I87a26155fad620383ba2a4c08423f201878718cc
Signed-off-by: Hideyuki Tai <Hideyuki.Tai@necam.com>
Signed-off-by: Shigeru Yasuda <s-yasuda@da.jp.nec.com>
TestHelper.bindingAwareSalBundles(),
TestHelper.configMinumumBundles(),
+ // Load java-concurrent-hash-trie-map required by yangtools.
+ mavenBundle("com.github.romix", "java-concurrent-hash-trie-map"),
+
// Override the location of the MD-SAL module configuration file.
systemProperty(PROP_FILE_STORAGE).value(ctlrXmlPath),
}
@Override
- public Column<GenericTableSchema, Set<Integer>> getTrunksColumn() {
+ public Column<GenericTableSchema, Set<Long>> getTrunksColumn() {
return null;
}
@Override
- public Set<Integer> getTrunks() {
- return null;
- }
-
- @Override
- public void setTrunks(Set<Integer> trunks) {
+ public void setTrunks(Set<Long> trunks) {
}
@Override
}
@Override
- public int getTag() {
- return 0;
- }
-
- @Override
- public void setTag(int tag) {
+ public void setTag(Set<Long> tag) {
}
@Override