From 0efb6a52cc73e4f32a82505ca7e58fc73ea2e55f Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 3 Nov 2016 17:06:18 +0100 Subject: Do not modify unix rights in case of unit tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even if the unit tests define main, nosetests oblige by default to remove their executable bit. It also fixes the unix rights of Sfc.py. Change-Id: Icbbb5b3118b16eff75b13d927e674a9764d6d83f Signed-off-by: Cédric Ollivier --- testcases/Controllers/ONOS/Sfc/Sfc.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 testcases/Controllers/ONOS/Sfc/Sfc.py (limited to 'testcases/Controllers/ONOS/Sfc') diff --git a/testcases/Controllers/ONOS/Sfc/Sfc.py b/testcases/Controllers/ONOS/Sfc/Sfc.py old mode 100644 new mode 100755 -- cgit 1.2.3-korg