- 09 Feb, 2015 3 commits
-
-
- codec test now uses the json matcher rather than comparing itself - refactored the codec matcher to be less ugly - fixed a bug in how eth types are compared Change-Id: Iaf9980c52e98518405a23d2cdde7ccd7d4afaa9b
Ray Milkey authored -
Work toward ONOS-509 The following match conditions are added/implemented: - IPV6_EXTHDR Also, fixed the match criteria for the optical signal type to represent unsigned 8 bits integer (per spec). Change-Id: I925db19cb43c5d9f589c1f090b6a75faabe0a19b
Pavlin Radoslavov authored -
match/action conditions Fixed the signed/unsigned issue for the match conditions Also: * Reordered some of the code in CriterionCodec.java so the order of handling various Criterion types follows the order as defined in Criterion.java - In the process, removed a duplicated entry for Type.MPLS_LABE - Fixed an issue with TCP/UDP/SCTP ports being accessed as 8-bit integers instead of 16-bit integers * Updated some of the unit tests in CriterionCodecTest.java to use larger integer values that could expose better potential bugs in the tested code. Change-Id: I531d13bd258ebc559ce6be716863c01613427a98
Pavlin Radoslavov authored
-
- 08 Feb, 2015 3 commits
-
-
- Fixed PushHeaderInstructions bug, where half-baked Ethernet instace was used only to hold ethernetType. (ONOS-987) Change-Id: I330a862c8a18206250befbd4e22ee6d189beed83
Yuta HIGUCHI authored
-
- 07 Feb, 2015 1 commit
-
-
- added inArray() and removeFromArray() functions to FnService. Change-Id: I0e9631fa9e5865cb171e8d505f45c1963a1903dc
Simon Hunt authored
-
- 06 Feb, 2015 11 commits
-
-
Removed the implementation based on previous Copycat API. Change-Id: I6b9d67e943e17095f585ae2a2cb6304c248cd686
Madan Jampani authored -
The previous implementation was a huge switch statement. These changes attempt to use polymorphism to avoid all of the branching inherent in a switch. Change-Id: If997f028346de02b883356bcde07f62674e319be
Ray Milkey authored -
- cleaned up findDevices(...) .. all devices, or offline devices only. Change-Id: Iac64cdc64393e3c30798975e4aab8ed480deda31
Simon Hunt authored -
- added 'toggle(cb)' to panel API. - deferred keybindings to allow direct reference to sub-API functions. - re-implemented tick() function. - added 'list scenarios' command to mockserver. Change-Id: I1cc0009266e1015747b1d8106bd1f088adb2feb5
Simon Hunt authored -
- Fixed instanceOf with wrong type (ONOS-974) - Aligned #toString() format to be the same as other instructions Change-Id: I526c2ef8d92660e0b821a10f0cf87ee72a84cdf3
Yuta HIGUCHI authored
- 05 Feb, 2015 18 commits
-
-
- An object is returned that has the current column ID and which icon/sorting needs to take place when sent to the server - clicking on each header will display to the debug console which way it will be sorted Change-Id: I686d417a5b9b0e5c9b591380b8a6166c70c3c401
Bri Prebilic Cole authored -
to include ingressDevice. Also modified help strings for consistency. Change-Id: I9c35fdbdae539f92411da089ff48b4c0951e8481
Jonathan Hart authored -
REST API tests were defining a set up method called setUp(), which had the unwanted side effect of hinding the parent class' implementation. Made the set up and tear down methods for the tests have unique names so both will be executed. Also fixed some javadocs while editing the files. Change-Id: Ifaa75fe650d5909b066769e5e12cb5c834267a20
Ray Milkey authored -
- Modified Hazelcast related tests to use TestHazelcastFactory. Hazelcast instances generated by it uses mocked network, which might resolve timing issue (ONOS-368). See: https://github.com/hazelcast/hazelcast/blob/master/hazelcast/src/test/java/com/hazelcast/test/TestHazelcastInstanceFactory.java Change-Id: I18f1c2d855eebf679a4be97a53cea2c808acfd04
Yuta HIGUCHI authored -
ONOS-924 Need to implement test cases. Change-Id: I86b0cb8c3c8d75f7276778e04c1a7166c9bb2f59
Kunihiro Ishiguro authored -
- Eclipse complains isA() is ambiguous. 'isA' method does exist in both EasyMock and hamcrest Matcher. Change-Id: I6b98dbe1b4f1f0ce4fcbc2dcaded9b666fc19b33
Yuta HIGUCHI authored -
Work toward ONOS-509 The following match conditions are added/implemented: - IN_PHY_PORT - IP_DSCP - IP_ECN - METADATA Change-Id: I6f529ee90b2b9e0d5046f83c034e8be3faf86d8b
Pavlin Radoslavov authored -
…ture repo. Fixed onos-package script. Added JSON output to CLI. Change-Id: If4f2c774d3fc2d68c0a8e91b3084b99d7c75d927
Thomas Vachuska authored -
Resolve ONOS-913 The directory is added to .gitignore Change-Id: If70e4f96961bc49df6ef70f1dc5aa0d13c1fadfa
Sho SHIMIZU authored -
The contract for JSON codecs requires that they have no local context. Make them all immutable, and test that they stay immutable. Change-Id: Ia3930b844ede231940da05699f5f08605f946e0c
Ray Milkey authored -
DefaultOpenFlowPacketContext.inport() -> pktinInPort() There is a public method DefaultOpenFlowPacketContext.inPort() and having another method called inport() is confusing. Change-Id: I6b703eb640edab24fb0112bd2019395eeb3d8421
Pavlin Radoslavov authored -
Previously, when checking the winning BGP routes, we expect-and-wait until the size of the table with the winning routes has certain size, and then we verify whether it contains a particular value. This is error-prone and time-sensitive. For example, if we are testing whether a particular route from one BGP peer is replaced with the same route from another BGP peer, the test might fail because the table size doesn't change. Modified the unit test to expect-and-wait until the expected route is received. Also, fixed some of the paragraph tags in some of the Javadocs. Change-Id: Ia96dc7c412e78bbc9279dd935dec6919096adeb3
Pavlin Radoslavov authored
-
- 04 Feb, 2015 4 commits
-
-
- It seems to have Java 8 related fixes: http://www.eclemma.org/jacoco/trunk/doc/changes.html Change-Id: I5093ff1337fb074b4a6865c14887cb98c370ff1e
Yuta HIGUCHI authored -
Fix for following error: [ERROR] Project requires an incorrect minimum version of Maven. [ERROR] Either change plugin versions to those compatible with 3.0.0 [ERROR] or update the pom.xml to contain [ERROR] <prerequisites> [ERROR] <maven>3.0.1</maven> [ERROR] </prerequisites> Change-Id: I0ba1530a97ab37ccfa1655e74ebbc11ebcf2a18f
Yuta HIGUCHI authored
-