Move NodeUtils.java to ovsdb.utils
[netvirt.git] / utils / mdsal-node / src / test / java / org / opendaylight / ovsdb / utils / mdsal / node / NodeUtilsTest.java
diff --git a/utils/mdsal-node/src/test/java/org/opendaylight/ovsdb/utils/mdsal/node/NodeUtilsTest.java b/utils/mdsal-node/src/test/java/org/opendaylight/ovsdb/utils/mdsal/node/NodeUtilsTest.java
new file mode 100644 (file)
index 0000000..30b1fdf
--- /dev/null
@@ -0,0 +1,23 @@
+/*
+ *  Copyright (C) 2015 Red Hat, Inc.
+ *
+ *  This program and the accompanying materials are made available under the
+ *  terms of the Eclipse Public License v1.0 which accompanies this distribution,
+ *  and is available at http://www.eclipse.org/legal/epl-v10.html
+ *
+ *  Authors : Sam Hague
+ */
+package org.opendaylight.ovsdb.utils.mdsal.node;
+
+import static org.junit.Assert.assertTrue;
+import org.junit.Test;
+
+public class NodeUtilsTest {
+
+    @Test
+    public void testCreateNode () {
+       // TODO
+        assertTrue(true);
+    }
+}
+