1. d9e4eb1 Exception handling added to FUNCintent where needed by Jeremy · 8 years ago
  2. 53c5e66 Creating subfolders for test suites by Jon Hall · 8 years ago
  3. 439c891 Implementing IPv6 System Testing Using TESTON by Jon Hall · 8 years ago
  4. ad95346 WIP Case200 : IPV6 testcase implementation by sathishm · 9 years ago
  5. 41d39f1 Refactor HA tests by Jon Hall · 8 years ago
  6. bfe0000 Fix disconnect command to expect output when karaf doesn't fully load by Jon Hall · 8 years ago
  7. f0aecdb correct onosDie() to use the onos-die command rather than onos-kill by Jeremy · 8 years ago
  8. bd18278 Updated check for node state. by Jon Hall · 8 years ago
  9. 77badfc Fix the SCPFscaleTopo test CASE100 no_assert by YPZhang · 8 years ago
  10. ef1e657 Added additional responses checking to onosStatus method by You Wang · 8 years ago
  11. d5042fa Merge "Segment Routing tests" by Jon Hall · 8 years ago
  12. eab7a24 Fix incorrect expect placement by Jon Hall · 8 years ago
  13. cc38a54 Segment Routing tests by Flavio Castro · 8 years ago
  14. d0e9a6d Added additional response checking to the onosStart() function by Jeremy · 8 years ago
  15. 7bd8306 Updated the expected response messages in onosStatus method by You Wang · 8 years ago
  16. c72b258 Add additional response checking to onosInstall by Jeremy · 8 years ago
  17. 9ed8f37 Add back deleted function still in use, minor improvments to script by Jon Hall · 8 years ago
  18. 42df2e7 Added testcase to balance ownership of switches to FUNCintent and by Jeremy · 8 years ago
  19. 763e8c3 Merge "Fix a bug of totalFlows is -1 beacuse timeout - Use REST API to get total ADDED flows" by Jon Hall · 8 years ago
  20. 6e70975 Add HA test for split brain scenario by Jon Hall · 8 years ago
  21. e3109a7 Fix a bug of totalFlows is -1 beacuse timeout by YPZhang · 8 years ago
  22. f6f14a0 Refactored SCPFmaxIntents by YPZhang · 8 years ago
  23. af68431 [ONOS-3568] Fix pingall timeout issue by You Wang · 8 years ago
  24. 29d467d Merge "reconnect onos cli when disconnected" by Jon Hall · 8 years ago
  25. f69ab39 reconnect onos cli when disconnected by You Wang · 8 years ago
  26. 96c201b Merge "ONOS-3343 Initial scapy implementation commit" by Jon Hall · 8 years ago
  27. ae04e62 Clean up log statement by Jon Hall · 8 years ago
  28. 1f39bf0 ONOS-3343 Initial scapy implementation commit by Jeremy Songster · 8 years ago
  29. df87f3c Merge " Improve MaxIntents Tests - Add two functions on driver, getTotalIntentsNum and getTotalFlowsNum - Fixed currIntents and currFlows is 0 after tests - Fixed the bug of writing database" by Jon Hall · 8 years ago
  30. 91089de Merge "Refactor logReport" by Jon Hall · 8 years ago
  31. b424222 Refactor logReport by Jon Hall · 8 years ago
  32. b5d3f83 Improve MaxIntents Tests by YPZhang · 8 years ago
  33. 72280bc Cleanup onosCfgSet in onosdriver.py by Jon Hall · 8 years ago
  34. c679355 ONOS Cli Driver Stability Fixes by Jon Hall · 8 years ago
  35. 313eb09 Merge "Refactored test - Add test information - Chenge database path - Added link down and up driver - Added checkIntentSummary driver - Modified checkFlowsState driver to be more efficient - Refactored pushTestIntents driver - Modified sendline driver to handle pexpect timeout - Modify CASE20 and delete CASE21. Now Reroute part will in CASE20 - Modify checkFlowsState drive function, make sure other tests can use it - Add a param, to control reroute or not - Change batch size, min_Intents, Max_Intents, and check_interval in params file" by suibin zhang · 8 years ago
  36. ed77124 Refactored test by GlennRC · 8 years ago
  37. ff566d5 Fix url for jenkins plots and minor driver cleanup by Jon Hall · 8 years ago
  38. 9cf8f92 Merge "Added a cleanup case to allow the reuse of dpids - Created two drivers to remove hosts and devices - Removed the unique dpids from the topologies" by GlennRC · 9 years ago
  39. 20fc652 Added a cleanup case to allow the reuse of dpids by GlennRC · 9 years ago
  40. baf5316 Retry Hosts call on consistent Map timeouts by Jon Hall · 9 years ago
  41. acd1b18 More bad input handling by Jon Hall · 9 years ago
  42. fa65fce Stripped flow before comparison by GlennRC · 9 years ago
  43. 64af850 Fix for different outputs of onos-package by Jon Hall · 9 years ago
  44. 17bbcf5 Fixed flow comparison by GlennRC · 9 years ago
  45. 0a54379 Turn off debug by default for GetFlowTable by Jon Hall · 9 years ago
  46. 9cc3dd9 Increased timeout for onos-package by GlennRC · 9 years ago
  47. 3dbc7dc Prevent netCfg test from crashing on bad ONOS output. by Jon Hall · 9 years ago
  48. bcc1c79 Fix the command for ipv6 ping by Subhash Kumar Singh · 9 years ago
  49. 208d4af Set the showResonse option in the sendline wrapper function to false by GlennRC · 9 years ago
  50. 8587043 Added an option in the sendline wrapper function to print out the response from onos. This option is set to true by default. by GlennRC · 9 years ago
  51. 050596c [ONOS-3100] Implemented set/get controller using OVSDB plugin by GlennRC · 9 years ago
  52. 91ca63b Merge "Add Network Configuration subsytem test" by Jon Hall · 9 years ago
  53. 66e001c Add Network Configuration subsytem test by Jon Hall · 9 years ago
  54. 68467eb [ONOS-3367] Updated HA test to use the new mininet functions for getting flow tables and comparing them by GlennRC · 9 years ago
  55. 528ad29 Better parsing of flow table in mininet by GlennRC · 9 years ago
  56. ca7ac29 Fix function call to match updated function by Jon Hall · 9 years ago
  57. ff225e6 Merge "Added more functionality to flow test suite - Added MPLS class - Testing MPLS selector - Testing TCP selector - Testing UDP selector - Checks flow tables in Mininet" by GlennRC · 9 years ago
  58. 956ea74 Added more functionality to flow test suite by GlennRC · 9 years ago
  59. 3b067ea make image cleanup more robust; add check/start docker case; add check onos log; other minor fixes by suibin zhang · 9 years ago
  60. 5ae2533 minor fixes per Jon's comment by suibin zhang · 9 years ago
  61. eb121c0 fixed resutl character causing Wiki posting error; minor typo fixes by suibin zhang · 9 years ago
  62. c1cfcc2 Merge "Basic Platform test suite using onos docker images; test activate and deactivate apps" by suibin zhang · 9 years ago
  63. fd266fd Basic Platform test suite using onos docker images; test activate and deactivate apps by suibin zhang · 9 years ago
  64. e4a9942 Merge "[ONOS-2276] Flow Test Suite - tests flows with MAC address selectors - tests flows with IPv4 selectors - tests flows with vlan selector" by Jon Hall · 9 years ago
  65. 073e8bc [ONOS-2276] Flow Test Suite by GlennRC · 9 years ago
  66. 51a7fe0 ONOS-2480 Added FUNCoptical test. Launches opticalTest topology, checks that it loaded, tests arping, pingall, point-to-point intents and host-to-host intents. Added lincoemininetdriver.py which inherits from the mininet driver and has linc oe specific methods. by acsmars · 9 years ago
  67. 26c6b90 Ifup vnet host for Ovsdb CI failure by lanqinglong · 9 years ago
  68. 892818c Initial functions to use scapy to send and receive packets by Jon Hall · 9 years ago
  69. 934576d Fix typo by Jon Hall · 9 years ago
  70. 2c4eacd Merge "Platform Test: docker driver" by Hari Krishna · 9 years ago
  71. 3b489db Choose ONOS nodes so that only one partition looses a majority by Jon Hall · 9 years ago
  72. 6031b7c Platform Test: docker driver by Hari Krishna · 9 years ago
  73. 5bb663b add cell file & change test case name by pingping-lin · 9 years ago
  74. 6d50627 Fixed a syntax error in pingAllHosts() and tweaked the matrix output by GlennRC · 9 years ago
  75. d10d3cc refactored pingHosts and pingIPv6Hosts by GlennRC · 9 years ago
  76. 6e7ff50 Merge "ONOS-2508 FUNCovsdbtest flows install and vm go-online scripts" by Jon Hall · 9 years ago
  77. ad4f6ab Merge "[Emu] Changes default OpenFlow port to 6653. Remove trailing spaces." by Jon Hall · 9 years ago
  78. 3e74158 Merge "Refactor secureCopy function" by Jon Hall · 9 years ago
  79. bab7f8a add test case 10, 11 for I2, add check flow status to test cases by pingping-lin · 9 years ago
  80. 547e058 Refactor secureCopy function by Jon Hall · 9 years ago
  81. f07c44a Updated mininet driver and CHOtest to use the new IPv6 pingall function by GlennRC · 9 years ago
  82. 0e9cf33 Merge "Add missing new line when creating cell file" by Jon Hall · 9 years ago
  83. 5b5fbaf Added check if TYPE is in args before calling that key. Old method cause KeyError by acsmars · 9 years ago
  84. 6f66565 Add missing new line when creating cell file by Jon Hall · 9 years ago
  85. 6a26582 Merge "add case 7 for I2, add new drivers" by Jon Hall · 9 years ago
  86. 5ec6b1b Save ONOS Logs for cluster test, print stacktrace when looking for by Jon Hall · 9 years ago
  87. 8244a3b add case 7 for I2, add new drivers by pingping-lin · 9 years ago
  88. 029be65 [Emu] Changes default OpenFlow port to 6653. Remove trailing spaces. by Charles Chan · 9 years ago
  89. 7d1eacf https://gerrit.onosproject.org/#/c/5235/ by Hari Krishna · 9 years ago
  90. 2cf7d95 ONOS-1321 Modified the pingIpv6Hosts mininet driver function to print in matrix form by GlennRC · 9 years ago
  91. 474d8c6 ONOS-2508 FUNCovsdbtest flows install and vm go-online scripts by zhanghaoyu7 · 9 years ago
  92. daea66c ONOS-2002 Added maps() functions to onos cli driver by acsmars · 9 years ago
  93. 7616626 Merge "Added ping6Host to run across a pair of v6 hosts with options specified" by Hari Krishna · 9 years ago
  94. 012a1c1 Added ping6Host to run across a pair of v6 hosts with options specified by Hari Krishna · 9 years ago
  95. f723488 Fix startup for FUNCintentRest test and add REST authentication by Jon Hall · 9 years ago
  96. 9f9a00b Merge "Initial tests for Transactional Maps" by Jon Hall · 9 years ago
  97. 772363b passed variable is instantiated before it's referenced by GlennRC · 9 years ago
  98. ca1b108 Merge "ONOS-2506 ovsdb connection/default configuration install" by Jon Hall · 9 years ago
  99. 451c139 ONOS-2506 ovsdb connection/default configuration install by zhanghaoyu · 9 years ago
  100. 2a5002c Initial tests for Transactional Maps by Jon Hall · 9 years ago