From c965d98a94cbbc471064bb5176581a2eef789dff Mon Sep 17 00:00:00 2001 From: Luis Gomez Date: Mon, 20 Jan 2014 15:41:55 -0800 Subject: [PATCH] Modify OF plugin Python script to run in Opendaylight Change-Id: Ibc85d11a85cceeeb7cffc449ed71cdda1799fe01 Signed-off-by: Luis Gomez --- test/tools/OF_Test/odl_tests.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/tools/OF_Test/odl_tests.py b/test/tools/OF_Test/odl_tests.py index d743bd245a..6254a326cc 100755 --- a/test/tools/OF_Test/odl_tests.py +++ b/test/tools/OF_Test/odl_tests.py @@ -1,3 +1,5 @@ +#!/usr/bin/python2.7 + import os import sys import time -- 2.36.6