mirror of
https://github.com/faucetsdn/ryu.git
synced 2026-01-21 08:31:35 +01:00
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:
parent
c43c6e49e5
commit
a9b26f0fa6
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user