SFC Standalone Classifier 78/29478/15
authorRuijing Guo <[email protected]>
Tue, 1 Dec 2015 18:17:21 +0000 (18:17 +0000)
committerKeith Burns <[email protected]>
Sat, 5 Dec 2015 16:20:52 +0000 (16:20 +0000)
commit8f2f22362a0fc32263cffbf807445c01556c61c5
tree0bbd6bd8d9307b494f52f761fe3c47cd08329e24
parentf13c13f7f53ac996bb6afba6fe0cb40e3ae8e383
SFC Standalone Classifier

1. Add unit test for SfcMatch
2. Add unit test for SfcScfOfScfDataListener
3. Add unit test for SfcScfOfScfProcessor
4. fix bug in SfcServicePathIdTest

Todo List:
1. add more unit tests
2. move SfcOvsPortUtils to sfc-ovs
3. move SfcNshHeader to sfc-provider

Change-Id: I86105872a9aa9a0763bec2a96cb7a84a18eb6034
Signed-off-by: Ruijing Guo <[email protected]>
16 files changed:
sfc-provider/src/test/java/org/opendaylight/sfc/provider/api/SfcServicePathIdTest.java
sfc-scf-openflow/pom.xml
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcNshHeader.java
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcOvsPortUtils.java
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfMatch.java [new file with mode: 0644]
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfAbstractDataListener.java [deleted file]
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfDataListener.java [moved from sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfScfDataListener.java with 70% similarity]
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfProcessor.java [new file with mode: 0644]
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfRenderer.java
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfScfProcessor.java [deleted file]
sfc-scf-openflow/src/main/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfUtils.java [new file with mode: 0644]
sfc-scf-openflow/src/test/java/org/opendaylight/sfc/scfofrenderer/SfcScfMatchTest.java [new file with mode: 0644]
sfc-scf-openflow/src/test/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfDataListenerTest.java [new file with mode: 0644]
sfc-scf-openflow/src/test/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfProcessorTest.java [new file with mode: 0644]
sfc-scf-openflow/src/test/java/org/opendaylight/sfc/scfofrenderer/SfcScfOfUtilsTest.java [new file with mode: 0644]
sfc-util/sfc-openflow-utils/src/main/java/org/opendaylight/sfc/util/openflow/SfcOpenflowUtils.java