- 06 Feb, 2015 5 commits
-
-
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 17 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 -
Modified OpenFlpwRuleProvider to support FlowRule with multiple-table feature. Change-Id: If95284077b96213593c5c1e3ab12900001bf49a2
sangho authored -
- still a lot of work to do. Change-Id: I0453b7e2ec20a8a8149fd9d6440a13a3d43fbfd6
Simon Hunt authored -
for clarity. Also switched to using Pair instead of my own Entry class for returning entrySet(). Change-Id: I78d84f9fe931257d4ffe1d48c9d0de25f18c638f
Jonathan Hart authored -
Most functionality is tested here, except for the anti-entropy code. ONOS-859. Change-Id: Ib9e83518f8a91d599364106bc0f7d869e62f5133
Jonathan Hart authored -
- Changed color of check and xmark icons for dark and light themes. - Only appends glyphs that don't have a "-" as the name. - Wrote unit tests for new icons. Change-Id: Ia21fa33673e3adcfd8717f899d226b0d24dfcc51
Bri Prebilic Cole authored -
Change-Id: I1125fbc23f1e58bcb8aaf5f67c02da610fa7ef25 ONOS-885: Group store interface definition and in-memory store implementation Change-Id: Id3794bed63785e10ed86c0b5d90bf875d127224c
Srikanth Vavilapalli authored
-