Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
[v0x04] Fixing tests for TableMod
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rabatone Oliveira committed Sep 14, 2016
1 parent ecfd5be commit 91db1e4
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"""Table flow tests."""
"""Table flow modification tests."""
import unittest

from pyof.v0x04.common.header import Type
from pyof.v0x04.controller2switch.flow_table import TableMod
from pyof.v0x04.controller2switch.table_mod import TableMod


class TestTableMod(unittest.TestCase):
Expand Down

0 comments on commit 91db1e4

Please sign in to comment.