clean some files 94/80894/1
authorguillaume.lambert <guillaume.lambert@orange.com>
Fri, 15 Mar 2019 11:19:22 +0000 (12:19 +0100)
committerGuillaume Lambert <guillaume.lambert@orange.com>
Fri, 15 Mar 2019 15:00:18 +0000 (15:00 +0000)
remove useless trailing blanks and tabs

Change-Id: I6f70ff1599025fb8cbe44a6cd22ab0a2d8730b1b
Signed-off-by: guillaume.lambert <guillaume.lambert@orange.com>
api/src/main/yang/service_path/transportpce-renderer-device@2017-02-28.yang
api/src/main/yang/service_path/transportpce-service-path@2017-10-17.yang
api/src/main/yang/service_path/transportpce-servicehandler@2017-10-17.yang
debug_tools/netconf_TCP_SSH_hijackingproxy.pl
networkmodel/src/main/resources/OSGI-INF/blueprint/networkmodel-blueprint.xml
tests/honeynode/honeynode-plugin-api/src/main/yang/org-openroadm-device@2017-02-06.yang
tests/honeynode/minimal-distribution-core/src/main/resources/honeycomb-minimal-resources/honeycomb-tpce

index 2c3bd483aa673ee2a54f6d75b220a7f736c0d43b..8570cea5eea5db91012ee5249cf81d9cccb5a944 100644 (file)
@@ -70,21 +70,21 @@ module transportpce-device-renderer {
   }
 
   rpc create-ots-oms {
-           input {
-             leaf node-id {
-               type string;
-             }
-             leaf logical-connection-point {
-               type string;
-             }
-           }
-           output {
-             leaf success {
-            type boolean;
-             }
-             leaf result {
-               type string;
-             }
-           }
-         }
+    input {
+      leaf node-id {
+        type string;
+      }
+      leaf logical-connection-point {
+        type string;
+      }
+    }
+    output {
+      leaf success {
+        type boolean;
+      }
+      leaf result {
+        type string;
+      }
+    }
+  }
 }
index 82a6a695f977253cba8bef081d0e78bb17f3360e..1aca37e5942260c60665b2aadfbed36dbbad172b 100644 (file)
@@ -7,7 +7,7 @@ module transportpce-servicepath {
   }
   import transportpce-common-service-path-types {
     prefix transportpce-common-service-path-types;
-    revision-date 2017-10-16; 
+    revision-date 2017-10-16;
   }
 
   organization
index cf7858f93abf0b52175633d4be90aa12866c8a27..0956b616a5d3b8e0558fd0882d2ebcc67efc9b9f 100644 (file)
@@ -69,13 +69,13 @@ module transportpce-servicehandler {
     description
       "Version 1.6";
   }
-  
+
   revision 2017-09-30 {
       description
         "Version 1.2";
   }
-  
-  
+
+
   notification service-rpc-result-sh{
     description
       "This Notification indicates result of service RPC";
index 4efab85ae32ae9ab1aa61567c7fb2ebe89241307..05ba2de83bebcf841f4f1acde1edb307d3ddc48c 100755 (executable)
@@ -93,10 +93,10 @@ if ((!defined ($simpleproxy))&&(defined ($capabilities))) {
 # you can adapt it to your needs, some examples have been commented.
 my %regex_hash=(
 # replace oo-device v1.2 by v1.2.1
-#      'module=org-openroadm-device&amp;revision=2016-10-14.*<\/capability>'=>'s/&amp;revision=2016-10-14/&amp;revision=2017-02-06/',
+#   'module=org-openroadm-device&amp;revision=2016-10-14.*<\/capability>'=>'s/&amp;revision=2016-10-14/&amp;revision=2017-02-06/',
 #   '<schema><identifier>org-openroadm-device<\/identifier><version>2016-10-14'=>'s@<schema><identifier>org-openroadm-device</identifier><version>2016-10-14@<schema><identifier>org-openroadm-device</identifier><version>2017-02-06@',
 # remove all deviations found
-#      '&amp;deviations=.*<\/capability>'=>'s@&amp;deviations=.*</capability>@</capability>@',
+#   '&amp;deviations=.*<\/capability>'=>'s@&amp;deviations=.*</capability>@</capability>@',
 # add the ietf-netconf capability to the hello handshake - without it, ODL netconf mountpoints can not work
 #    '<\/capabilities>'=>'s@</capabilities>@\n<capability>urn:ietf:params:xml:ns:yang:ietf-netconf?module=ietf-netconf&amp;revision=2011-06-01</capability>\n</capabilities>@',
 # add the right notifications capabilities to the hello handshake + provide another solution for the ietf-netconf capability
index 0264ab255d78c9d03063ac02544d7eefee6b9c15..81681b44b7a3f0a9a7a77eebd7708d2d35eeab1f 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=4 tabstop=4: -->
-<!-- Copyright © 2016 Orange 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, 
+<!-- Copyright © 2016 Orange 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 -->
 <blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0" xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0"
     odl:use-default-for-reference-types="true">
index 18b05f8797345081696def0ed1e33588e85313e3..522cfeadd300beda9c3d9b625405af9faf814c64 100644 (file)
@@ -20,7 +20,7 @@ module org-openroadm-device {
   }
   import org-openroadm-wavelength-map {
       prefix org-openroadm-wavelength-map;
-      revision-date 2016-10-14; 
+      revision-date 2016-10-14;
   }
   import org-openroadm-physical-types {
     prefix org-openroadm-physical-types;
@@ -1212,4 +1212,4 @@ module org-openroadm-device {
       }
     } // list edit
   } // notification change-notification
-}
\ No newline at end of file
+}
index 8ce7bfda2b2243557254980eb431b27a3a48639c..71fb7c73e08107c0bf7e0c3ef60fb2341944d4f3 100755 (executable)
@@ -30,7 +30,7 @@ then
     else
         echo "initial config file doesn't exist !"
     fi
-else 
+else
     echo "honeycomb-tpce port initial-config-xml "
     echo "Eg : honeycomb-tpce 17830 sample-config-ROADM.xml"
 fi