1. bebdb50 Fix to update docker-py to 1.9.0 version to avoid exec command hangs through docker-py client. by A.R Karthick · 9 years ago
  2. d90093b Use shell to execute commands inside docker container as a buggy docker-py client exec_start api sometimes hangs. by A.R Karthick · 9 years ago
  3. 61f4e62 Add support to execute cord-tester validation suite through ROBOT framework. by A.R Karthick · 9 years ago
  4. 9833bef Test: User friendly docker metrics info for cord-tester containers. by A R Karthick · 9 years ago
  5. 50c1c56 TEST : Adding info command in CORD tester for details of docker container. by ChetanGaonker · 9 years ago 1.0.0
  6. c05f1ae Test: Exit with the return status of the tests when running cord-tester. by A R Karthick · 9 years ago
  7. 4922a67 Test: Get the cord-tester ready for real CORD deployment. by A R Karthick · 9 years ago
  8. 0623294 Test: Configure dhcp relay ports while setting up the cord-tester environment. by A R Karthick · 9 years ago
  9. 1ab66af Test: Restart ONOS with default network cfg after vrouter/dhcprelay tests are run. by A R Karthick · 9 years ago
  10. bf13bfe Test: Changes to cordSubscriber to delete ovs groups before the test. by A R Karthick · 9 years ago
  11. 9686ab4 TEST : Validation for ACL Rules and created flows. Also added ACL in the list. by ChetanGaonker · 9 years ago cord-1.0-rc3 cord-1.0-rc4
  12. 9fc1c08 Add support for configuring wan interface in olt config (olt_config.json) by A R Karthick · 9 years ago cord-1.0-rc2
  13. 20f2b2a Configure the ovs switch/bridge based on the olt host port configuration in olt_config.json by A R Karthick · 9 years ago
  14. a789876 Add start subcommand to cord-test to start ONOS/quagga/radius containers by A R Karthick · 9 years ago
  15. d79a6a4 Add cordSubscriber in test case listing by ChetanGaonker · 9 years ago
  16. 256394d Fix: Exit gracefully if the cord tester agent is already running or remotely in case -r|--server option indicates agent running externally. by A R Karthick · 9 years ago
  17. a092532 Test: Reorg. cord-tester code in general. by A R Karthick · 9 years ago
  18. 3184d06 Test: Adding Proxyarp to the list. by ChetanGaonker · 9 years ago
  19. e922e05 Test: Cleanup the test container interfaces with --olt option. by A R Karthick · 9 years ago
  20. 430df4d Test: Install vtn cord app during cord-tester setup to make it consistent with ONOS cord apps being loaded. by A R Karthick · 9 years ago
  21. 44173c7 Test: Implement setup --cord mode for cord-tester. by A R Karthick · 9 years ago
  22. a1dddfb Fix: Install ONOS cord apps when ONOS is running externally and tester started with "-e" option. by A R Karthick · 9 years ago
  23. 42414a3 Added DHCP Relay in a list . by ChetanGaonker · 9 years ago
  24. f499947 Fix: Bypass apparmor preventing dhcpd load inside privileged test containers. by A R Karthick · 9 years ago
  25. 8cf29ac Test: Adding dhcprelay tests. by A R Karthick · 9 years ago
  26. 8d03cc5 Fix:Set quagga ip environment for the test container correctly by A R Karthick · 9 years ago
  27. 92a0e5a Test: Now cord-test.py setup would start and provision the test container to run nosetests from the container. by A R Karthick · 9 years ago
  28. 81acbff Test:Provide a setup phase for cord-tester which just starts/provisions required containers for testing. by A R Karthick · 9 years ago
  29. 95d044e Test: Changes to cord-tester to make it work with latest ONOS relocating apps to opencord. by A.R Karthick · 9 years ago
  30. a661b55 Test: Start Radius server by default while executing tests. by A R Karthick · 9 years ago
  31. c762df4 Bug: Combine the apt-get update and apt-get install lines for docker builds. by A R Karthick · 9 years ago
  32. e7fc8d9 Bug: While building cord-test container image, use, apt-get update with --fix-missing by A R Karthick · 9 years ago
  33. 1f03e91 Add --num-containers option to allow tests to be run in parallel across multiple test containers. by A R Karthick · 9 years ago
  34. 2b25a0e Checkout the latest CPQD while building container image for CPQD by A R Karthick · 9 years ago
  35. b7e8090 Add test cases to test subscriber multi-table support with ONOS using CPQD and a new ONOS app. by A R Karthick · 9 years ago
  36. acae3b4 Don't lower case test case names since some tests use CamelCasing by A R Karthick · 9 years ago
  37. 24f1de6 Rename tls test file to follow naming convention.(test suffix: Test.py) by A R Karthick · 9 years ago
  38. 503032a Changes to cord-test.py to include new options to run, build and list tests. by Chetan Gaonker · 9 years ago
  39. cb122cc Apply shell shebang for python files before the copyright by Chetan Gaonker · 9 years ago
  40. cfcce78 Add Apache 2.0 license header to all test files by Chetan Gaonker · 9 years ago
  41. 823cdc5 Start cord test server within cord runTest by Chetan Gaonker · 9 years ago
  42. fb3cb5e Introduce new option to list test cases. by Chetan Gaonker · 9 years ago
  43. a52016e Increase OVS switch connection retries to controller by Chetan Gaonker · 9 years ago
  44. e2a4742 Increase retries in cord-tester for OVS connection to establish with controller by Chetan Gaonker · 9 years ago
  45. 7f4bf74 Changes to automatically provision,build and run Radius containers for Auth tests. by Chetan Gaonker · 9 years ago
  46. b6064fa Added negative vrouter tests by stopping quagga and verifying if flows are removed. by Chetan Gaonker · 9 years ago
  47. 6cf6e47 Implement QUAGGA restart in cord test cmd server for vrouter test cases. by Chetan Gaonker · 9 years ago
  48. 4d842ad Use __file__ over sys.argv to set python paths in cord tester by Chetan Gaonker · 9 years ago
  49. 678743f Remove test container by default after running tests. Use -k to keep it from being removed by Chetan Gaonker · 9 years ago
  50. 3533faa Implement changes to cord-tester framework for vrouter configuration. by Chetan Gaonker · 9 years ago
  51. 85b7bd5 Add option to update test container image. And include dockerpy pip dependencies to test container by Chetan Gaonker · 9 years ago
  52. c170f3f Add quagga ip to cord-tester environment. Add pip requirements for test container in case it wants to run docker client apis by Chetan Gaonker · 9 years ago
  53. b84835f Add stuffs to provision quagga in cord-tester by Chetan Gaonker · 9 years ago
  54. 5209fe8 Changes with modified olt configuration to start test controller/onos/switch on another system. by Chetan Gaonker · 9 years ago
  55. 3ff8eae Introduce ONOS cli interface adapted from TestON project. by Chetan Gaonker · 9 years ago
  56. 4ca5cca New option to start ovs/switch on the hosts when running under olt config. by Chetan Gaonker · 9 years ago
  57. 7142a34 Share only the cord-tester directory with the test container volume. by Chetan Gaonker · 9 years ago
  58. 93e302d A rewrite of cord-tester in python. by Chetan Gaonker · 9 years ago