1. ccfb0d5 fixed merge conflict by Hari Krishna · 9 years ago
  2. ca42b0a Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONLabTest into OnosCHO by Hari Krishna · 9 years ago
  3. d61331b Fix for driver disconnect bug by Jon Hall · 9 years ago
  4. 33a6467 Merge branch 'OnosCHO' of https://github.com/OPENNETWORKINGLAB/ONLabTest into OnosCHO by Hari Krishna · 9 years ago
  5. d4d4b37 Refactor exception handling by Jon Hall · 9 years ago
  6. ac4e178 Added error check in addHostIntent to return handle when fails and return TRUE when succeed. by Hari Krishna · 9 years ago
  7. 72bc10a Added error check in addHostIntent to return handle when fails and return TRUE when succeed. by Hari Krishna · 9 years ago
  8. 44225f8 Cleanup debug statements and add some comments by Jon Hall · 9 years ago
  9. aea67aa Strip new lines in the middle of echo by Jon Hall · 9 years ago
  10. 7bdfc12 Attempted fix for random control strings by Jon Hall · 9 years ago
  11. 08679eb Fixed driver's cli function's arguments: userName and ipAddress -> user_name and ip_address by kelvin-onlab · 9 years ago
  12. d3b6489 Initial pep8 compliant drivers by kelvin-onlab · 9 years ago
  13. 898a6c6 Fixed onosclidriver.py and Cleaned up two driver by kelvin-onlab · 10 years ago
  14. 9c3d491 Merge branch 'devl/cleanup' of https://github.com/OPENNETWORKINGLAB/ONLabTest into remotes/origin/devl/cleanup by kelvin · 10 years ago
  15. 8ec7144 initial commit for code clean up by kelvin · 10 years ago
  16. e3f39ff Log each cli command to the ONOS/karaf logs by Jon Hall · 10 years ago
  17. 6a06460 Fix typo by Jon Hall · 10 years ago
  18. 47a93fb Removing unused variables and imports by Jon Hall · 10 years ago
  19. 25d42f7 incorporated review comments. by Hari Krishna · 10 years ago
  20. d7b9c20 Corrected indentaion for the description added to start_onos_cli. Should have run it once after by Hari Krishna · 10 years ago
  21. 01bb598 Added start_onos_cli function description with details about newly added by Hari Krishna · 10 years ago
  22. e36ef21 Added karaf shell timeoout parameter to start_onos_cli. This is needed for CHO tests as by Hari Krishna · 10 years ago
  23. 416c3ca Initial CHO Test commit (comments incorporated) by Hari Krishna · 10 years ago
  24. 2bbaa70 Initial CHO Test commit (comments incorporated) by Hari Krishna · 10 years ago
  25. a43d4e9 Initial CHO Test commit by Hari Krishna · 10 years ago
  26. 137db39 Merge pull request #39 from opennetworkinglab/HA by Jon Hall · 10 years ago
  27. 669173b Leadership Election HA Tests by Jon Hall · 10 years ago
  28. 042b391 minor edits WIP save by andrewonlab · 10 years ago
  29. 94fd047 Updated drivers and tests from HA. Changed include: by Jon Hall · 10 years ago
  30. d0c8043 Added new functions for Pacjket optical and SDN-IP related intents by shahshreya · 10 years ago
  31. 28b84eb Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  32. b66dfa1 Adding shell push test intent to onosdriver, modifying pexpect maxread and timeout by andrewonlab · 10 years ago
  33. ffb386d Address comments from code review by Jon Hall · 10 years ago
  34. 3b9bc0f Merge branch 'HA' into HA-rebase by Jon Hall · 10 years ago
  35. 73cf9cc Latest HA tests by Jon Hall · 10 years ago
  36. 367b513 Adding ctrl-d sendline to correctly escape faulty ONOS cli start by andrewonlab · 10 years ago
  37. 28ca4b2 Adding success message after retry for starting ONOS cli by andrewonlab · 10 years ago
  38. ca048bb Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  39. 87852b0 addition of push-test-intents function for batch intent installation by andrewonlab · 10 years ago
  40. 69b3129 Merge pull request #25 from pingping-lin/ONOS-Next by Jon Hall · 10 years ago
  41. 4cf9dd2 Removing arbitrary intents command in add_point_intent by andrewonlab · 10 years ago
  42. dabe797 Add SDN-IP test && update Quagga and ONOS-cli drivers by pingping-lin · 10 years ago
  43. 36af382 Adding user input check on device information scheme for add-point-intent function by andrewonlab · 10 years ago
  44. b1290e8 Basic HA Sanity Test by Jon Hall · 10 years ago
  45. 8b306ac Add SDN-IP test && update Quagga and ONOS-cli drivers by pingping-lin · 10 years ago
  46. 62e03be Add SDN-IP test && update Quagga and ONOS-cli drivers by pingping-lin · 10 years ago
  47. 48829f6 Adding success to start_onos_cli function if CLI is already running by andrewonlab · 10 years ago
  48. 9627f43 pexpect changes to logout function by andrewonlab · 10 years ago
  49. 9dfd208 Minor changes to driver by andrewonlab · 10 years ago
  50. 11b4968 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  51. 38d2b4a Lougout cli driver function by andrewonlab · 10 years ago
  52. 2d1e9c2 Merge pull request #22 from OPENNETWORKINGLAB/driver_change by Andrew · 10 years ago
  53. bf225b0 Adding log message to feature install on exception by andrewonlab · 10 years ago
  54. f77e0cb Adding description to new parameters by andrewonlab · 10 years ago
  55. d83aa95 Fix for the links function by shahshreya · 10 years ago
  56. df73d76 Fix links function to return appropriate value by shahshreya · 10 years ago
  57. fa4ff50 Changes to add-point-intent to accomodate additional arguments by andrewonlab · 10 years ago
  58. 40ccd8b Change to lambda allocation method in add-point-intent by andrewonlab · 10 years ago
  59. 0a40069 Fixing bug in intent function by andrewonlab · 10 years ago
  60. 0dbb6ec Driver update for point-to-point intent with bandwidth and labmda allocation parameters by andrewonlab · 10 years ago
  61. 5266b56 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Shreya Shah · 10 years ago
  62. 4f25fdf minor edits by Shreya Shah · 10 years ago
  63. 720653a Comment out print statement by Jon Hall · 10 years ago
  64. 983a170 Add functions for getting and setting controller roles of switches by Jon Hall · 10 years ago
  65. 1c9e873 Add function for onos cli command 'Device-role' by Jon Hall · 10 years ago
  66. 6187011 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  67. 393531a Work in progress on Topology Latency measurement: port status by andrewonlab · 10 years ago
  68. 7696155 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Shreya Shah · 10 years ago
  69. 0f01c81 Added flows driver function and minor edits by Shreya Shah · 10 years ago
  70. 6a445aa Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Jon Hall · 10 years ago
  71. 42db6dc Add hosts and get_host command by Jon Hall · 10 years ago
  72. f47993a Modifications on test case for robustness and addition of retry for cli connection by andrewonlab · 10 years ago
  73. 3a7c3c7 Inserted documentation and float type conversion to json object. Retry added to cli start function by andrewonlab · 10 years ago
  74. 7b31d23 Adding optical intent driver function by andrewonlab · 10 years ago
  75. f2b3641 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  76. 2a7ea9b merging changes to driver by andrewonlab · 10 years ago
  77. 8544f8a Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Shreya Shah · 10 years ago
  78. 5ce041c Reworked devices() by Shreya Shah · 10 years ago
  79. 867212a Topology performance test related updates by andrewonlab · 10 years ago
  80. aff3847 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Jon Hall · 10 years ago
  81. 075bfe7 Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  82. a91c4dc Add get_device by Jon Hall · 10 years ago
  83. 9a130be Fixed minor bug in argument ordering of add-point-intent by andrewonlab · 10 years ago
  84. 3bbca1b Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by Jon Hall · 10 years ago
  85. 7e5b917 Don't assume the cli driver is in the cli and also close the ssh connection by Jon Hall · 10 years ago
  86. 0c0a677 Minor fix in add_point_intent function by andrewonlab · 10 years ago
  87. 289e4b7 added optional fields in point-to-point intent installation driver by andrewonlab · 10 years ago
  88. 2dac98a Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago
  89. 377693f Added json object support in intents function by andrewonlab · 10 years ago
  90. d7310c5 Removed sending a blank line and expecting onos prompt commands from get_hosts_id() by Shreya Shah · 10 years ago
  91. 0c525cc minor edits by Shreya Shah · 10 years ago
  92. 7b02d95 minor edits by Jon Hall · 10 years ago
  93. 5227ce8 minor edits by Jon Hall · 10 years ago
  94. d815ce4 Comments and delete some debug code in devices(),links() and ports() functions by Jon Hall · 10 years ago
  95. cd70729 fixed issues in escaping the ansi sequence in devices(),links() and ports() functions by Jon Hall · 10 years ago
  96. 11b2c66 Added logic to remove the ansi color esacpe sequence from devices(), links(), ports() functions by Jon Hall · 10 years ago
  97. a001c39 Added logic to remove the ansi color esacpe sequence from devices(), links(), ports() functions by Jon Hall · 10 years ago
  98. 4dbb4d8 Added point-to-point installation driver by andrewonlab · 10 years ago
  99. 9a50dfe Intent remove driver function by andrewonlab · 10 years ago
  100. 412308f Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next by andrewonlab · 10 years ago