Initial implementation of test suite for ONOS NETCONF
functionality using OF-Config
-for more information please check the README
Change-Id: I631ae8b5de24553899c44a465a604283602a6f27
diff --git a/TestON/tests/FUNCnetconf/Dependency/netconfConfig.json b/TestON/tests/FUNCnetconf/Dependency/netconfConfig.json
new file mode 100644
index 0000000..fc5a231
--- /dev/null
+++ b/TestON/tests/FUNCnetconf/Dependency/netconfConfig.json
@@ -0,0 +1,21 @@
+{
+ "apps": {
+ "org.onosproject.netconf": {
+ "devices": [
+ {
+ "ip": "10.128.50.10",
+ "name": "sdn",
+ "password": "rocks",
+ "port": 830
+ }
+ ]
+ }
+ },
+ "devices": {
+ "netconf:10.128.50.10:830": {
+ "basic": {
+ "driver": "ovs-netconf"
+ }
+ }
+ }
+}
\ No newline at end of file