From a9b26f0fa667e275650cb4faceeda7e29ffad088 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Wed, 1 Apr 2015 13:38:00 +0900 Subject: [PATCH] test_parser: Enable OpenFlow 1.5 tests Dig into the "of15" directory. Signed-off-by: YAMAMOTO Takashi Signed-off-by: FUJITA Tomonori --- ryu/tests/unit/ofproto/test_parser.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ryu/tests/unit/ofproto/test_parser.py b/ryu/tests/unit/ofproto/test_parser.py index 4a9c83a9..7cd461f1 100644 --- a/ryu/tests/unit/ofproto/test_parser.py +++ b/ryu/tests/unit/ofproto/test_parser.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -# Copyright (C) 2013,2014 Nippon Telegraph and Telephone Corporation. -# Copyright (C) 2013,2014 YAMAMOTO Takashi +# Copyright (C) 2013,2014,2015 Nippon Telegraph and Telephone Corporation. +# Copyright (C) 2013,2014,2015 YAMAMOTO Takashi # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -238,6 +238,7 @@ def _add_tests(): 'of12', 'of13', 'of14', + 'of15', ] for ver in ofvers: pdir = packet_data_dir + '/' + ver