1. 369f89e Support to configure the cord tester containers automatically with ports that can test/request services from vcpes. by A.R Karthick · 7 years ago
  2. 123d694 Add Node, Slice and Instance API tests by You Wang · 7 years ago
  3. 66cf6f6 Install docker in prerequisites only if not installed by A R Karthick · 7 years ago
  4. a03b785 Fix a typo in Users test by You Wang · 7 years ago
  5. e07fc3a Parse all repotags to check for docker images by A R Karthick · 7 years ago
  6. a85f5f7 Change default location for xos service-profile in cord by A R Karthick · 7 years ago
  7. d6dd9b2 Use docker exec_start api with raw socket = True to avoid hangs while executing a command waiting for result. by A R Karthick · 7 years ago
  8. f7a613b Pull cord-tester images from dockerhub as they are available now on dockerhub. by A R Karthick · 7 years ago
  9. 1213d4c Test-VSG: Adding test scenarios for vsg. by Anil Kumar Sanka · 7 years ago
  10. bdb1ec4 cord-vtn-test: by Thangavelu K S · 7 years ago
  11. e4660f5 Fixes for running tests in parallel across multiple containers. by A R Karthick · 7 years ago
  12. 1c387cf cordvtn-test: by Chetan Gaonker · 7 years ago
  13. 6f1e493 cordvtn-test: by Chetan Gaonker · 7 years ago
  14. 53f1638 Update: by Chetan Gaonker · 7 years ago
  15. 3c8ae68 cord-vtn-test: by Chetan Gaonker · 7 years ago
  16. d4dacd5 Fix hard-coded path in restApi.py by You Wang · 7 years ago
  17. fe18f0d Test changes for FrontEnd config by Suchitra Vemuri · 7 years ago
  18. 80933a0 CORD-VTN-Test: by Chetan Gaonker · 7 years ago
  19. 343f41e Config : cord vtn config with openstack, xos by Chetan Gaonker · 7 years ago
  20. 8b2f1e3 Keep the manifest filename the same instead of overwriting the manifest.json in test setup directory. by A.R Karthick · 7 years ago
  21. dda2206 Based on Jon Hall's feedback, bounce karaf default version to 3.0.8. by A.R Karthick · 7 years ago
  22. 9904482 Add cluster test config file. by A.R Karthick · 7 years ago
  23. 584f8d2 Specify manifest option during cord-test run phase by A R Karthick · 7 years ago
  24. 861da96 Support for per test case configuration. by A R Karthick · 7 years ago
  25. d7f6ade Make the darn virtualenv if specified by A R Karthick · 7 years ago
  26. 085ea0f Fix for prerequisites for cord/venv option by A R Karthick · 7 years ago
  27. 63815d1 Support to run cord-tester with a virtual environment where pip python packages are installed with prerequisites.sh by A R Karthick · 7 years ago
  28. 3cd2443 Doc: Updated cord-tester-for-ciab-setup doc. by Chetan Gaonker · 7 years ago
  29. 0fb91c9 Test : Added multiple changes for cord-vtn by Chetan Gaonker · 7 years ago
  30. 973010f Support to specify karaf_version in manifest and cord-test command line options for run and setup subcommands. by A R Karthick · 7 years ago
  31. fc4a208 Images Test... by Suchitra.Vemuri · 7 years ago
  32. d049f2d Add libffi-dev by A R Karthick · 7 years ago
  33. 8915c83 Test: New module for ipv6 based test scenarios by Anil Kumar Sanka · 7 years ago
  34. db5a5fc Activate the ONOS cord-tester apps for the right controller by A R Karthick · 7 years ago
  35. f6ef89b Activate the cord-tester apps when wrapping existing ONOS instances running in ciab by A R Karthick · 7 years ago
  36. ff54921 Doc: Added instruction doc in cord-tester/docs, by Chetan Gaonker · 7 years ago
  37. 394976f Add a manifest-fabric.json to test cord-tester against CIAB onos-fabric instance. by A R Karthick · 7 years ago
  38. 5778a79 If the docker yaml for the onos cord instance being wrapped does not have a volume to be patched against, by A R Karthick · 7 years ago
  39. 5241473 Onos cord instance wrapper works now across test case restarts. by A R Karthick · 7 years ago
  40. 928ad62 Fixes for Onos cord instance wrapper restart case. by A R Karthick · 7 years ago
  41. f184b34 Complete overhaul of the implementation of ONOS cord instance wrapper for cord-tester. by A.R Karthick · 7 years ago
  42. efb5528 Test: Adding vSG in list of test modules for listing. by Chetan Gaonker · 7 years ago
  43. dcb0433 Test: Adding a new module of stats monitoring by Thangavelu K S · 7 years ago
  44. 263d3fc Support for cord-test.py run to implement existing onos cord instance restarts with a wrapper like setup phase. by A.R Karthick · 7 years ago
  45. b17e202 Changes to support cord-tester to test restarts with existing ONOS cord instance. by A.R Karthick · 7 years ago
  46. a343a7e cord-776 create build / runtime containers for autmation uservices by David K. Bainbridge · 7 years ago
  47. 5241883 Test scenarios for VSG module in context of by Chetan Gaonker · 7 years ago
  48. 946141b To test for controller switch connectivity, add a test flow and check for switch availability in controller instead of checking for default flows. by A R Karthick · 7 years ago
  49. 7584457 Get the radius ip for the docker network if appropriate before defaulting to bridge ip by A R Karthick · 7 years ago
  50. 44a9560 Run time option to attach test container to an existing docker network by A R Karthick · 7 years ago
  51. 85eb186 Configure a docker network to connect to. by A R Karthick · 7 years ago
  52. 72e99a8 Convert the iterations variable to int for cluster tests by A R Karthick · 7 years ago
  53. 8477c96 Removing access docker folder, added earlier for by Chetan Gaonker · 7 years ago
  54. a0e8cce Test: Unified functions related to by Chetan Gaonker · 7 years ago
  55. c69d73e Support to specify jvm_heap_size option for ONOS container. by A R Karthick · 7 years ago
  56. 5af2371 Add num iterations of test to manifest file that can be used by the test from ITERATIONS environment if required by A R Karthick · 7 years ago
  57. b4f636e Doc: Updated running.md for commands to run after vagrant up. by Chetan Gaonker · 7 years ago
  58. ab36644 Use vagrant user or ubuntu for ssh to test connectivity between head and compute nodes for fabric test by A R Karthick · 7 years ago
  59. 5c5d32f fix for build-onos-docker to run on machines without realpath command! by A.R Karthick · 7 years ago
  60. cfe5ae9 Support to build custom ONOS container images on hosts with no devel environment. by A.R Karthick · 7 years ago
  61. 7604423 Test : Renamed file and directory for mininet to by Chetan Gaonker · 7 years ago
  62. 1f422af CORDVTN : Util functions for setting up iperf, and validating VM's. by Chetan Gaonker · 7 years ago
  63. 90e8899 Install openvswitch even with --cord prerequisites option as it doesn't seem to be installed on cord head node by A.R Karthick · 7 years ago
  64. ca11f5c Use the local port for pipework container configuration to be the same name as the guest interface port generated through parsing the olt config map by A R Karthick · 7 years ago
  65. 3396ec4 Archive cluster test failure logs if leader command fails for the test by A R Karthick · 7 years ago
  66. eac16d7 Fix onos data directory shared location in cord-tester by A R Karthick · 7 years ago
  67. 81ece15 Archive the onos logs by first checking for the presence of shared cluster volumes for karaf logs. by A R Karthick · 7 years ago
  68. a95c724 Add manifest file support to cord tester robot by A R Karthick · 7 years ago
  69. 29e4984 Fixes for cord vtn test module, also fixes cord tester list command output. by Chetan Gaonker · 7 years ago
  70. 757eb4d Add manifest option to cord-tester cleanup by A R Karthick · 7 years ago
  71. c89ee90 Sanity suite: Slice test change by Suchitra.Vemuri · 7 years ago
  72. ebdf53e Rename ServiceSanity test by You Wang · 7 years ago
  73. 65aa7ef API test cases for /core/sites by You Wang · 7 years ago
  74. 91eaeba CORDVTN : New functions added to set, list, update by Author Name · 7 years ago
  75. 10d5ecc Close ONOS cli log handles on cli disconnect. by A R Karthick · 7 years ago
  76. 6d01ee4 removing .gitreview file by alshabib · 7 years ago
  77. 65900f0 frontend config: flavor tests by Suchitra.Vemuri · 8 years ago
  78. 1e535c7 Test : Implemented test scenarios for topology by Anil Kumar Sanka · 8 years ago
  79. 6f0fd1f API test cases for /core/nodes by You Wang · 8 years ago
  80. 2446046 slice test changes by Suchitra.Vemuri · 8 years ago
  81. 75dffd4 frontendConfigXOS: Slice tests, WIP instance test by Suchitra.Vemuri · 8 years ago
  82. f462ee9 API test cases for /core/deployments by You Wang · 8 years ago
  83. 71fe030 Test: [WIP] Added a test scenario in context of by ChetanGaonker · 8 years ago
  84. 65d950d Cord-tester manifest file support to setup or run the tests. by A R Karthick · 8 years ago
  85. cb0a90f Test plans added and updated for following modules: by Anil Kumar Sanka · 8 years ago
  86. aaea6b6 Test : [WIP] New support and util by ChetanGaonker · 8 years ago
  87. 2a70a2f Dump the failure iteration for cluster controller tests by A R Karthick · 8 years ago
  88. efa2bd3 Fix AAA/TLS test case name in cord robot by A R Karthick · 8 years ago
  89. a2492c1 Max max instances for cord test cluster, a class attribute of Onos class instead of an object attribute. by A R Karthick · 8 years ago
  90. aa54a1c Change implementation of restart cluster rpc to restart all ONOS instances asynchronously to avoid restart errors trying to connect to other cluster instances. by A R Karthick · 8 years ago
  91. 3b81115 Configure the right jvm heap size to support more than 3 cluster instances of ONOS in cord-tester. by A R Karthick · 8 years ago
  92. 0f3f25b Generate the onos cluster ip to container name map using the ONOS_CONTROLLER_IP env which should have the controllers in the right order. by A R Karthick · 8 years ago
  93. ef6f0a5 Test: New changes and test scenarios for by Thangavelu K S · 8 years ago
  94. 3b2e037 Add graceful ONOS restart test case. by A R Karthick · 8 years ago
  95. c1dde15 cord-tester deploy and verify phase overhaul for CiaB scenario. by A R Karthick · 8 years ago
  96. 790ad33 Multiple changes for igmp test suite for script fixes. by Thangavelu K S · 8 years ago
  97. e7aff36 Add gradle list metaclass definitions like in maas to avoid gradle build failures for cord-tester by A R Karthick · 8 years ago
  98. 5099890 fixed script issue in test_dhcp_1request test case by Anil Kumar Sanka · 8 years ago
  99. c4e474d Implement parallel start of ONOS instances when forming/setting up a ONOS cluster. by A.R Karthick · 8 years ago
  100. 455a2ef Multi Instance Validation Tests: Test failed due to OOM by Suchitra.Vemuri · 8 years ago