On Wed, 24 Jul 2013 02:52:34 +0900 FUJITA Tomonori <[email protected]> wrote:
> On Tue, 23 Jul 2013 15:51:31 +0900 (JST) > [email protected] (YAMAMOTO Takashi) wrote: > > > >> +class mac_mydialect(netaddr.mac_unix): > > >> + word_fmt = '%.2x' > > >> +mac = AddressConverter(netaddr.EUI, netaddr.strategy.eui48, version=48, > > >> + dialect=mac_mydialect) > > >> + > > >> +if __name__ == '__main__': > > > > > > Why not move the following under ryu/tests as unit test? > > > > no specific reasons. > > Please move. We try not to mix the code and its test. I've applied the patchset. So please a new patch to move the test. Thanks, ------------------------------------------------------------------------------ See everything from the browser to the database with AppDynamics Get end-to-end visibility with application monitoring from AppDynamics Isolate bottlenecks and diagnose root cause in seconds. Start your free trial of AppDynamics Pro today! http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
