Renderer and OLM update
[transportpce.git] / olm / src / test / java / org / opendaylight / transportpce / olm / OlmProviderTest.java
diff --git a/olm/src/test/java/org/opendaylight/transportpce/olm/OlmProviderTest.java b/olm/src/test/java/org/opendaylight/transportpce/olm/OlmProviderTest.java
new file mode 100644 (file)
index 0000000..634f517
--- /dev/null
@@ -0,0 +1,18 @@
+/*
+ * Copyright © 2017 AT&T and others.  All rights reserved.
+ *
+ * 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
+ */
+package org.opendaylight.transportpce.olm;
+
+import org.junit.Test;
+
+public class OlmProviderTest {
+    @Test
+    public void init() throws Exception {
+        //TODO implement test
+    }
+
+}