INFRA-183: Fix JUnits for OFP 86/91586/2
authorTejas Nevrekar <tnevrekar@luminanetworks.com>
Fri, 8 Nov 2019 05:53:22 +0000 (11:23 +0530)
committerTejas Nevrekar <tejas.nevrekar@gmail.com>
Thu, 23 Jul 2020 16:43:41 +0000 (22:13 +0530)
JIRA: ODLMICRO-27
Signed-off-by: Tejas Nevrekar <tejas.nevrekar@gmail.com>
Change-Id: Icd98805b42bb1d3548853a4502a2c95c29c0e814

simple-openflowplugin/src/main/resources/initial/default-openflow-connection-config.xml [new file with mode: 0644]
simple-openflowplugin/src/main/resources/initial/legacy-openflow-connection-config.xml [new file with mode: 0644]

diff --git a/simple-openflowplugin/src/main/resources/initial/default-openflow-connection-config.xml b/simple-openflowplugin/src/main/resources/initial/default-openflow-connection-config.xml
new file mode 100644 (file)
index 0000000..08b8a52
--- /dev/null
@@ -0,0 +1,17 @@
+<switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
+  <instance-name>openflow-switch-connection-provider-default-impl</instance-name>
+  <port>6653</port>
+  <transport-protocol>TCP</transport-protocol>
+  <tls>
+     <keystore>configuration/ssl/ctl.jks</keystore>
+     <keystore-type>JKS</keystore-type>
+     <keystore-path-type>PATH</keystore-path-type>
+     <keystore-password>opendaylight</keystore-password>
+     <truststore>configuration/ssl/truststore.jks</truststore>
+     <truststore-type>JKS</truststore-type>
+     <truststore-path-type>PATH</truststore-path-type>
+     <truststore-password>opendaylight</truststore-password>
+     <certificate-password>opendaylight</certificate-password>
+     <cipher-suites></cipher-suites>
+  </tls>
+</switch-connection-config>
\ No newline at end of file
diff --git a/simple-openflowplugin/src/main/resources/initial/legacy-openflow-connection-config.xml b/simple-openflowplugin/src/main/resources/initial/legacy-openflow-connection-config.xml
new file mode 100644 (file)
index 0000000..1386013
--- /dev/null
@@ -0,0 +1,17 @@
+<switch-connection-config xmlns="urn:opendaylight:params:xml:ns:yang:openflow:switch:connection:config">
+  <instance-name>openflow-switch-connection-provider-legacy-impl</instance-name>
+  <port>6633</port>
+  <transport-protocol>TCP</transport-protocol>
+  <tls>
+     <keystore>configuration/ssl/ctl.jks</keystore>
+     <keystore-type>JKS</keystore-type>
+     <keystore-path-type>PATH</keystore-path-type>
+     <keystore-password>opendaylight</keystore-password>
+     <truststore>configuration/ssl/truststore.jks</truststore>
+     <truststore-type>JKS</truststore-type>
+     <truststore-path-type>PATH</truststore-path-type>
+     <truststore-password>opendaylight</truststore-password>
+     <certificate-password>opendaylight</certificate-password>
+     <cipher-suites></cipher-suites>
+  </tls>
+</switch-connection-config>
\ No newline at end of file