From: Alina Quereilhac Date: Fri, 1 Aug 2014 09:40:58 +0000 (+0200) Subject: Adding +x to unti test files X-Git-Tag: nepi-3.2.0~105^2~6 X-Git-Url: http://git.onelab.eu/?p=nepi.git;a=commitdiff_plain;h=0a796df7191ef93f55f42d378315d97721aa5cb2 Adding +x to unti test files --- diff --git a/test/resources/linux/ccn/ccncat.py b/test/resources/linux/ccn/ccncat.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ccn/ccnpeek.py b/test/resources/linux/ccn/ccnpeek.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ccn/ccnping.py b/test/resources/linux/ccn/ccnping.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ccn/fibentry.py b/test/resources/linux/ccn/fibentry.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ns3/ccn/ns3dceccn.py b/test/resources/linux/ns3/ccn/ns3dceccn.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ns3/ccn/ns3dceccnpeek.py b/test/resources/linux/ns3/ccn/ns3dceccnpeek.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ns3/ns3client.py b/test/resources/linux/ns3/ns3client.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ns3/ns3dceapplication.py b/test/resources/linux/ns3/ns3dceapplication.py old mode 100644 new mode 100755 index 8528f69a..e3ef9ecd --- a/test/resources/linux/ns3/ns3dceapplication.py +++ b/test/resources/linux/ns3/ns3dceapplication.py @@ -136,6 +136,10 @@ class LinuxNS3DceApplicationTest(unittest.TestCase): self.fedora_user = "inria_nepi" self.fedora_identity = "%s/.ssh/id_rsa_planetlab" % (os.environ['HOME']) + self.ubuntu_host = "roseval.pl.sophia.inria.fr" + self.ubuntu_user = "inria_nepi" + self.ubuntu_identity = "%s/.ssh/id_rsa" % (os.environ['HOME']) + @skipIfNotAlive def t_dce_ping(self, host, user = None, identity = None): ec = ExperimentController(exp_id = "test-dce-ping") @@ -343,12 +347,18 @@ class LinuxNS3DceApplicationTest(unittest.TestCase): def test_dce_ping_fedora(self): self.t_dce_ping(self.fedora_host, self.fedora_user, self.fedora_identity) + def test_dce_ping_ubuntu(self): + self.t_dce_ping(self.ubuntu_host, self.ubuntu_user, self.ubuntu_identity) + def test_dce_ping_local(self): self.t_dce_ping("localhost") def test_dce_ccn_fedora(self): self.t_dce_ccn(self.fedora_host, self.fedora_user, self.fedora_identity) + def test_dce_ccn_ubuntu(self): + self.t_dce_ccn(self.ubuntu_host, self.ubuntu_user, self.ubuntu_identity) + def test_dce_ccn_local(self): self.t_dce_ccn("localhost") diff --git a/test/resources/linux/ns3/ns3dceping.py b/test/resources/linux/ns3/ns3dceping.py old mode 100644 new mode 100755 diff --git a/test/resources/linux/ns3/ns3simulation.py b/test/resources/linux/ns3/ns3simulation.py old mode 100644 new mode 100755 diff --git a/test/resources/omf/omf6_vlc_wrong_critical.py b/test/resources/omf/omf6_vlc_wrong_critical.py old mode 100644 new mode 100755 diff --git a/test/resources/omf/omf6_vlc_wrong_non_critical.py b/test/resources/omf/omf6_vlc_wrong_non_critical.py old mode 100644 new mode 100755 diff --git a/test/resources/omf/set_hook.py b/test/resources/omf/set_hook.py old mode 100644 new mode 100755