test_parser: Enable OpenFlow 1.5 tests

Dig into the "of15" directory.

Signed-off-by: YAMAMOTO Takashi <yamamoto@valinux.co.jp>
Signed-off-by: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
This commit is contained in:
YAMAMOTO Takashi 2015-04-01 13:38:00 +09:00 committed by FUJITA Tomonori
parent c43c6e49e5
commit a9b26f0fa6

View File

@ -1,7 +1,7 @@
#!/usr/bin/env python
#
# Copyright (C) 2013,2014 Nippon Telegraph and Telephone Corporation.
# Copyright (C) 2013,2014 YAMAMOTO Takashi <yamamoto at valinux co jp>
# Copyright (C) 2013,2014,2015 Nippon Telegraph and Telephone Corporation.
# Copyright (C) 2013,2014,2015 YAMAMOTO Takashi <yamamoto at valinux co jp>
#
# 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