various formatting, including mixes of tab and spaces detected in py3
[nepi.git] / test / resources / planetlab / plcapi.py
old mode 100644 (file)
new mode 100755 (executable)
index 42ae871..05750a5
@@ -1,25 +1,24 @@
-"""
-    NEPI, a framework to manage network experiments
-    Copyright (C) 2013 INRIA
-
-    This program is free software: you can redistribute it and/or modify
-    it under the terms of the GNU General Public License as published by
-    the Free Software Foundation, either version 3 of the License, or
-    (at your option) any later version.
-
-    This program is distributed in the hope that it will be useful,
-    but WITHOUT ANY WARRANTY; without even the implied warranty of
-    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-    GNU General Public License for more details.
-
-    You should have received a copy of the GNU General Public License
-    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#!/usr/bin/env python
+#
+#    NEPI, a framework to manage network experiments
+#    Copyright (C) 2013 INRIA
+#
+#    This program is free software: you can redistribute it and/or modify
+#    it under the terms of the GNU General Public License version 2 as
+#    published by the Free Software Foundation;
+#
+#    This program is distributed in the hope that it will be useful,
+#    but WITHOUT ANY WARRANTY; without even the implied warranty of
+#    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+#    GNU General Public License for more details.
+#
+#    You should have received a copy of the GNU General Public License
+#    along with this program.  If not, see <http://www.gnu.org/licenses/>.
+#
+# Author: Alina Quereilhac <alina.quereilhac@inria.fr>
 
-"""
 
-#!/usr/bin/env python
 from nepi.resources.planetlab.plcapi import PLCAPIFactory
-from nepi.util.sshfuncs import RUNNING, FINISHED
 
 import os
 import unittest
@@ -30,7 +29,6 @@ class PlanetlabAPITestCase(unittest.TestCase):
         self.host1 = 'nepi2.pl.sophia.inria.fr'
         self.host2 = 'nepi5.pl.sophia.inria.fr'
 
-
     def test_list_hosts(self):
         slicename = os.environ.get('PL_USER')
         pl_pass = os.environ.get('PL_PASS')