Beside a small alignment problem: Acked-by: Alin Gabriel Serdean <[email protected]>
> -----Mesaj original----- > De la: dev [mailto:[email protected]] În numele Paul Boca > Trimis: Friday, July 15, 2016 5:21 PM > Către: [email protected] > Subiect: [ovs-dev] [PATCH V7 03/16] python tests: Fixed ctl file name for > Windows > > On Windows the CTL filename doesn't contain the pid of the process. > > Signed-off-by: Paul-Daniel Boca <[email protected]> > + if sys.platform == "win32": > + path = "punix:%s/%s.ctl" % (ovs.dirs.RUNDIR, > + ovs.util.PROGRAM_NAME) [Alin Gabriel Serdean: ] Small alignment problem. > + else: > + path = "punix:%s/%s.%d.ctl" % (ovs.dirs.RUNDIR, > + ovs.util.PROGRAM_NAME, > + os.getpid()) > > if version is None: > version = ovs.version.VERSION > -- > 2.7.2.windows.1 > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
