On Thu, 12 Jul 2018 12:29:35 +0900 IWAMOTO Toshihiro <[email protected]> wrote:
> tester.py imported all the classes from the packet library at the top level > namespace. This commit adds CLSNAME_ALIASES dict so that those classes > with the same names can be imported as different names. > This fixes an issue reported by ted.nozaki in ryu-devel: > https://sourceforge.net/p/ryu/mailman/message/36312622/ > > Signed-off-by: IWAMOTO Toshihiro <[email protected]> > --- > .../of13/action/25_SET_FIELD/29_ICMPV6_TYPE.json | 16 +++++------ > .../of13/action/25_SET_FIELD/30_ICMPV6_CODE.json | 16 +++++------ > ryu/tests/switch/of13/match/29_ICMPV6_TYPE.json | 32 > +++++++++++----------- > ryu/tests/switch/of13/match/30_ICMPV6_CODE.json | 32 > +++++++++++----------- > .../of14/action/25_SET_FIELD/29_ICMPV6_TYPE.json | 16 +++++------ > .../of14/action/25_SET_FIELD/30_ICMPV6_CODE.json | 16 +++++------ > ryu/tests/switch/of14/match/29_ICMPV6_TYPE.json | 32 > +++++++++++----------- > ryu/tests/switch/of14/match/30_ICMPV6_CODE.json | 32 > +++++++++++----------- > ryu/tests/switch/tester.py | 20 +++++++++++++- > 9 files changed, 115 insertions(+), 97 deletions(-) Applied, thanks. ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
