1. 546064c Adding util functions in testing service onboarding module. by Chetan Gaonker · 7 years ago
  2. 9d91455 Join next without leave to impress tibit/onos/voltha by A.R Karthick · 7 years ago
  3. 401a1ed igmp test fixes by A.R Karthick · 7 years ago
  4. 3f26021 typecast the iface for scapy recv to bytes array to avoid rare exceptions while trying to sniff using scapy by A.R Karthick · 7 years ago
  5. ddf1277 Service profile synchronizer for older cord versions by A.R Karthick · 7 years ago
  6. 5968e0d Accept olt_config file as a separate argument to cord-tester or to manifest. by A.R Karthick · 7 years ago
  7. bc89437 Increase delay after starting onos by A R Karthick · 7 years ago
  8. 35495c3 Voltha test framework and tests to enable olt device by A R Karthick · 7 years ago null
  9. 5225881 Test-ServiceOnboarding: by Chetan Gaonker · 7 years ago
  10. 1977119 Support to run the vsg external connectivity test when on CiaB. by A R Karthick · 7 years ago
  11. c685393 Test-ServiceOnboarding: by Chetan Gaonker · 7 years ago
  12. c28f6a9 Update paramiko for cordtest container. by A R Karthick · 7 years ago
  13. 74d0031 Rename enum to Enum to avoid clash to pip enum34 package by A R Karthick · 7 years ago
  14. 93ba8d0 Add a function to determine if we are running inside a podd (physical or CiaB) or outside as a subscriber/traditional vm. by A R Karthick · 7 years ago
  15. c1a4c8a Test-ServiceOnboarding: by Chetan Gaonker · 7 years ago
  16. 76a497a Cleanup for using cord-tester logger over scapy logger which was an ugly hack. by A R Karthick · 7 years ago
  17. 9a16a11 Add restore method for vsg wan/lan toggle tests for vcpe dhcp ip. by A R Karthick · 7 years ago
  18. 8f7f1b6 Implement a nose cordtest plugin to restore test case configuration after failure/errors. by A.R Karthick · 7 years ago
  19. 36ae025 Fix host configuration api by A R Karthick · 7 years ago
  20. 79b3553 vsg-test: by Chetan Gaonker · 7 years ago
  21. 1f2e7a8 Just increase the delay after starting the onoscord/fabric containers for ciab by A R Karthick · 7 years ago
  22. 933f5b5 Use the python logging module to log. Add logs for vsg health checks. by A R Karthick · 7 years ago
  23. 850795b Fix sshtestagent to return exit status correctly. by A R Karthick · 7 years ago
  24. 2e99c47 Remove all useless scapy WARNING: on import from scapy by A.R Karthick · 7 years ago
  25. f8e753c Disable useless warnings from nosetests execution by A R Karthick · 7 years ago
  26. d0fdf3b Overhaul of VSG management/access routines. by A R Karthick · 7 years ago
  27. 03f40aa Changes to vsgTest to query dhcp vcpes by querying the test config. by A R Karthick · 7 years ago
  28. 33cfdbe vsgTest changes that makes it work when tested on a CiaB setup. by A.R Karthick · 7 years ago
  29. be7768c More shuffle, cleanup, reorg ... by A.R Karthick · 7 years ago
  30. 53d9270 Support to archive also partition data along with logs for ONOS. by A.R Karthick · 7 years ago
  31. a6c88fd Update cord-config and igmp app to version 1.2. by A.R Karthick · 7 years ago
  32. a652c4a Update aaa app to 1.2. Change TLS AAA config appname by A R Karthick · 7 years ago
  33. eeac7e1 Update the TLS certificates as they were expired and thereby failing the test cases. by A R Karthick · 7 years ago
  34. d4eed64 Cord vtn test cleanup to use OnosCtrl interface apis by A.R Karthick · 7 years ago
  35. 72fcbc5 Synchronize the vtn/fabric configuration after activating the synchronizer apps. by A R Karthick · 7 years ago
  36. 03bd281 Synchronize ONOS cord/fabric containers based on the new changes to CiaB that breaks the service-profile makefile approach. by A R Karthick · 7 years ago
  37. 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
  38. e07fc3a Parse all repotags to check for docker images by A R Karthick · 7 years ago
  39. 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
  40. f7a613b Pull cord-tester images from dockerhub as they are available now on dockerhub. by A R Karthick · 7 years ago
  41. dda2206 Based on Jon Hall's feedback, bounce karaf default version to 3.0.8. by A.R Karthick · 7 years ago
  42. 9904482 Add cluster test config file. by A.R Karthick · 7 years ago
  43. 861da96 Support for per test case configuration. by A R Karthick · 7 years ago
  44. 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
  45. db5a5fc Activate the ONOS cord-tester apps for the right controller by A R Karthick · 7 years ago
  46. f6ef89b Activate the cord-tester apps when wrapping existing ONOS instances running in ciab by A R Karthick · 7 years ago
  47. 394976f Add a manifest-fabric.json to test cord-tester against CIAB onos-fabric instance. by A R Karthick · 7 years ago
  48. 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
  49. 5241473 Onos cord instance wrapper works now across test case restarts. by A R Karthick · 7 years ago
  50. 928ad62 Fixes for Onos cord instance wrapper restart case. by A R Karthick · 7 years ago
  51. f184b34 Complete overhaul of the implementation of ONOS cord instance wrapper for cord-tester. by A.R Karthick · 7 years ago
  52. dcb0433 Test: Adding a new module of stats monitoring by Thangavelu K S · 7 years ago
  53. 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
  54. b17e202 Changes to support cord-tester to test restarts with existing ONOS cord instance. by A.R Karthick · 7 years ago
  55. 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
  56. 7584457 Get the radius ip for the docker network if appropriate before defaulting to bridge ip by A R Karthick · 7 years ago
  57. 44a9560 Run time option to attach test container to an existing docker network by A R Karthick · 7 years ago
  58. 85eb186 Configure a docker network to connect to. by A R Karthick · 7 years ago
  59. c69d73e Support to specify jvm_heap_size option for ONOS container. by A R Karthick · 7 years ago
  60. 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
  61. 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
  62. eac16d7 Fix onos data directory shared location in cord-tester by A R Karthick · 7 years ago
  63. 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
  64. 757eb4d Add manifest option to cord-tester cleanup by A R Karthick · 7 years ago
  65. 65d950d Cord-tester manifest file support to setup or run the tests. by A R Karthick · 8 years ago
  66. 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
  67. 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
  68. 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
  69. ef6f0a5 Test: New changes and test scenarios for by Thangavelu K S · 8 years ago
  70. c4e474d Implement parallel start of ONOS instances when forming/setting up a ONOS cluster. by A.R Karthick · 8 years ago
  71. cfa7c58 Test: Change and update to DHCP app and DHCP Relay by Anil Kumar Sanka · 8 years ago
  72. 6cc8b81 Enable logging and log archiving for cluster tests. by A R Karthick · 8 years ago
  73. e8935c6 Implement log archiver for test cases after test cases are run. by A R Karthick · 8 years ago
  74. e14fc02 Implement a log level option to enable ONOS logs for every test case. by A R Karthick · 8 years ago
  75. e2b665b Changes to TLS test scenarios and util functions. by ChetanGaonker · 8 years ago
  76. 0f6b684 Support for multiple switches in cord subscriber test cases. by A R Karthick · 8 years ago
  77. 88e80b9 Support for configuring/starting multiple switches in cord-tester. by A.R Karthick · 8 years ago
  78. dfeadb0 Update cord apps to 1.1. by A.R Karthick · 8 years ago
  79. 2560f04 New test to restart entire ONOS cluster before verifying. by A.R Karthick · 8 years ago
  80. de6b9dc Changes to ONOS cluster tests. by A R Karthick · 8 years ago
  81. 1878c4f Fix to preserve /dev/urandom file descriptor while daemonizing cord-tester. by A R Karthick · 8 years ago
  82. ec2db32 Run each cord instance in the cluster under a shared data volume for persistent storage. by A R Karthick · 8 years ago
  83. 1f90820 More support for ONOS in cluster mode by A R Karthick · 8 years ago
  84. 5f5136e onoslogger close method is now gone as session is closed by ssh agent after run command by A R Karthick · 8 years ago
  85. d0a334d Close paramiko ssh agent session after connect and run. by A R Karthick · 8 years ago
  86. bd82f36 Option to run cord-tester setup in foreground. by A R Karthick · 8 years ago
  87. 19aaf5c Wait for ONOS to start by checking ONOS logs instead of a static delay. by A R Karthick · 8 years ago
  88. 9313b76 Implement support to report error,warning logs after every test case run. by A R Karthick · 8 years ago
  89. e463106 Fix to update docker-py to 1.9.0 version to avoid exec command hangs through docker-py client. by A.R Karthick · 8 years ago
  90. ec5b72a Use shell to execute commands inside docker container as a buggy docker-py client exec_start api sometimes hangs. by A.R Karthick · 8 years ago
  91. dbd4e4b Test: Additional changes to support cluster based test scenarios. by ChetanGaonker · 8 years ago
  92. 3441faf TEST: [WIP] Module to test for perspective network conditions by ChetanGaonker · 8 years ago
  93. 8f69c2c Build cord tester quagga against 1.0 release by A R Karthick · 8 years ago
  94. 689b386 Test: Cluster based scenarios with multiple OVS switches and CORD apps . by ChetanGaonker · 8 years ago
  95. 973ea69 Fix to build quagga container image for cord-tester by A R Karthick · 8 years ago
  96. ea8bfce XOS integration in cord-tester. by A R Karthick · 8 years ago
  97. 6e80afd Fix to override xos container command while starting xos containers by A R Karthick · 8 years ago
  98. db59cf7 Fix: RPC implementation of adding a onos cluster member by A R Karthick · 8 years ago
  99. 2099d72 Test: Cluster validation scenarios. by ChetanGaonker · 8 years ago
  100. e2c24bd New (remote) api to add nodes/members to the existing ONOS cluster by A R Karthick · 8 years ago