Development of NETCONF RPCs for tr-069 adapter to
[oam/tr069-adapter.git] / config-data / src / test / java / org / commscope / tr069adapter / config / ConfigDataTestsUtils.java
index d9b8ec2..de7b523 100644 (file)
@@ -1,85 +1,86 @@
-/*\r
- * ============LICENSE_START========================================================================\r
- * ONAP : tr-069-adapter\r
- * =================================================================================================\r
- * Copyright (C) 2020 CommScope Inc Intellectual Property.\r
- * =================================================================================================\r
- * This tr-069-adapter software file is distributed by CommScope Inc under the Apache License,\r
- * Version 2.0 (the "License"); you may not use this file except in compliance with the License. You\r
- * may obtain a copy of the License at\r
- *\r
- * http://www.apache.org/licenses/LICENSE-2.0\r
- *\r
- * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,\r
- * either express or implied. See the License for the specific language governing permissions and\r
- * limitations under the License.\r
- * ===============LICENSE_END=======================================================================\r
- */\r
-\r
-package org.commscope.tr069adapter.config;\r
-\r
-import java.util.ArrayList;\r
-import java.util.List;\r
-import org.commscope.tr069adapter.config.model.ConfigFileContent;\r
-\r
-public class ConfigDataTestsUtils {\r
-\r
-  private ConfigDataTestsUtils() {}\r
-\r
-  public static final String SERVER_URI = "http://localhost:9000/";\r
-  public static final String macId = "testMacId";\r
-  public static final String OUI = "0005B9";\r
-  public static final String PRODUCT_CLASS = "LTE_Enterprise_C-RANSC_Cntrl";\r
-  public static final String HAEDWARE_VERSION = "1.1.1.1";\r
-  public static final String SW_VERSION = "4.5.00.001";\r
-\r
-  public static final String CONFIG_FILE_NAME = macId + ".xml";\r
-\r
-  // public static ConfigurationData getConfigurationData() {\r
-  // ConfigurationData configData = new ConfigurationData();\r
-  //\r
-  // configData.setHardwareVersion(HAEDWARE_VERSION);\r
-  // configData.setSoftwareVersion(SW_VERSION);\r
-  // configData.setLocalDn(macId);\r
-  // configData.setOUI(OUI);\r
-  // configData.setProductClass(PRODUCT_CLASS);\r
-  //\r
-  //// Map<String, String> map = new HashMap<String, String>();\r
-  //// map.put(", value)\r
-  //// configData.set\r
-  // return configData;\r
-  // }\r
-\r
-\r
-  public static List<ConfigFileContent> getConfigFileContent() {\r
-    List<ConfigFileContent> data = new ArrayList<>();\r
-\r
-    for (int i = 0; i < 5; i++) {\r
-      ConfigFileContent configFileContent = new ConfigFileContent();\r
-      configFileContent.setFileContent(getFileContent());\r
-      configFileContent.setMacId(macId);\r
-      configFileContent.setSwVersion("4." + i);\r
-    }\r
-\r
-    return data;\r
-  }\r
-\r
-\r
-  public static String getFileContent() {\r
-    String fileContent = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n" + "<configDataFile>\r\n"\r
-        + "  <fileHeader fileFormatVersion=\"32.594 V14.0.0\" vendorName=\"Commscope\"/>\r\n"\r
-        + "  <configData>\r\n"\r
-        + "    <managedElement swVersion=\"4.3.00.038\" localDn=\"0005B95196D0\" hwVersion=\"750742.00.04\" ProductClass=\"LTE_Enterprise_C-RANSC_Cntrl\" OUI=\"0005B9\"/>\r\n"\r
-        + "    <Device>\r\n" + "      <FAP>\r\n" + "        <GPS>\r\n"\r
-        + "          <AGPSServerConfig>\r\n" + "            <Enable>1</Enable>\r\n"\r
-        + "            <Password>dmsuser</Password>\r\n"\r
-        + "            <ServerPort>7001</ServerPort>\r\n"\r
-        + "            <ServerURL>NONE</ServerURL>\r\n"\r
-        + "            <Username>dmsuser</Username>\r\n" + "          </AGPSServerConfig>\r\n"\r
-        + "          <GPSReset>0</GPSReset>\r\n" + "        </GPS>\r\n" + "            </FAP>\r\n"\r
-        + "    </Device>\r\n" + "  </configData>\r\n"\r
-        + "  <fileFooter dateTime=\"2019-07-16T17:32:35+05:30\"/>\r\n" + "</configDataFile>";\r
-\r
-    return fileContent;\r
-  }\r
-}\r
+/*
+ * ============LICENSE_START========================================================================
+ * ONAP : tr-069-adapter
+ * =================================================================================================
+ * Copyright (C) 2020 CommScope Inc Intellectual Property.
+ * =================================================================================================
+ * This tr-069-adapter software file is distributed by CommScope Inc under the Apache License,
+ * Version 2.0 (the "License"); you may not use this file except in compliance with the License. You
+ * may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * This file is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
+ * either express or implied. See the License for the specific language governing permissions and
+ * limitations under the License.
+ * ===============LICENSE_END=======================================================================
+ */
+
+package org.commscope.tr069adapter.config;
+
+import java.util.ArrayList;
+import java.util.List;
+
+import org.commscope.tr069adapter.config.model.ConfigFileContent;
+
+public class ConfigDataTestsUtils {
+
+  private ConfigDataTestsUtils() {}
+
+  public static final String SERVER_URI = "http://localhost:9000/";
+  public static final String macId = "testMacId";
+  public static final String OUI = "0005B9";
+  public static final String PRODUCT_CLASS = "LTE_Enterprise_C-RANSC_Cntrl";
+  public static final String HAEDWARE_VERSION = "1.1.1.1";
+  public static final String SW_VERSION = "4.5.00.001";
+
+  public static final String CONFIG_FILE_NAME = macId + ".xml";
+
+  // public static ConfigurationData getConfigurationData() {
+  // ConfigurationData configData = new ConfigurationData();
+  //
+  // configData.setHardwareVersion(HAEDWARE_VERSION);
+  // configData.setSoftwareVersion(SW_VERSION);
+  // configData.setLocalDn(macId);
+  // configData.setOUI(OUI);
+  // configData.setProductClass(PRODUCT_CLASS);
+  //
+  //// Map<String, String> map = new HashMap<String, String>();
+  //// map.put(", value)
+  //// configData.set
+  // return configData;
+  // }
+
+
+  public static List<ConfigFileContent> getConfigFileContent() {
+    List<ConfigFileContent> data = new ArrayList<>();
+
+    for (int i = 0; i < 5; i++) {
+      ConfigFileContent configFileContent = new ConfigFileContent();
+      configFileContent.setFileContent(getFileContent());
+      configFileContent.setMacId(macId);
+      configFileContent.setSwVersion("4." + i);
+    }
+
+    return data;
+  }
+
+
+  public static String getFileContent() {
+    String fileContent = "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\r\n" + "<configDataFile>\r\n"
+        + "  <fileHeader fileFormatVersion=\"32.594 V14.0.0\" vendorName=\"Commscope\"/>\r\n"
+        + "  <configData>\r\n"
+        + "    <managedElement swVersion=\"4.3.00.038\" localDn=\"0005B95196D0\" hwVersion=\"750742.00.04\" ProductClass=\"LTE_Enterprise_C-RANSC_Cntrl\" OUI=\"0005B9\"/>\r\n"
+        + "    <Device>\r\n" + "      <FAP>\r\n" + "        <GPS>\r\n"
+        + "          <AGPSServerConfig>\r\n" + "            <Enable>1</Enable>\r\n"
+        + "            <Password>dmsuser</Password>\r\n"
+        + "            <ServerPort>7001</ServerPort>\r\n"
+        + "            <ServerURL>NONE</ServerURL>\r\n"
+        + "            <Username>dmsuser</Username>\r\n" + "          </AGPSServerConfig>\r\n"
+        + "          <GPSReset>0</GPSReset>\r\n" + "        </GPS>\r\n" + "            </FAP>\r\n"
+        + "    </Device>\r\n" + "  </configData>\r\n"
+        + "  <fileFooter dateTime=\"2019-07-16T17:32:35+05:30\"/>\r\n" + "</configDataFile>";
+
+    return fileContent;
+  }
+}