X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=test%2Fresources%2Fomf%2Fvlc.py;fp=test%2Fresources%2Fomf%2Fomf_vlc_exp.py;h=df6af6ceb550dacd84ad4694419c58875e41bc47;hb=4896d77f40a611a22f9f1f8f2ae0e63e9008fee1;hp=d9ab6c5f312f339b78eb82e3f50c82f44a4c3be4;hpb=eb111746f316ddd70f6eed77e432151c8ab96fe6;p=nepi.git diff --git a/test/resources/omf/omf_vlc_exp.py b/test/resources/omf/vlc.py similarity index 94% rename from test/resources/omf/omf_vlc_exp.py rename to test/resources/omf/vlc.py index d9ab6c5f..df6af6ce 100755 --- a/test/resources/omf/omf_vlc_exp.py +++ b/test/resources/omf/vlc.py @@ -1,3 +1,22 @@ +""" + 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 . + +""" + #!/usr/bin/env python from nepi.execution.resource import ResourceFactory, ResourceManager, ResourceAction, ResourceState from nepi.execution.ec import ExperimentController