Gitiles
Code Review
Sign In
gerrit.opencord.org
/
cord-tester
/
8ec59bc98a43f072092c738419883dc7da334475
8ec59bc
Merge pull request #14 from cgaonker/master
by Chetan Gaonker
· 8 years ago
9d3ef1c
Removing unnecessary comments for DHCP
by Chetan Gaonker
· 8 years ago
7791bda
Fix for some test cases and Removal of unnecessary comments for IGMP and DHCP
by Chetan Gaonker
· 8 years ago
df67ec8
Merge pull request #13 from arkarthick/master
by A R. Karthick
· 8 years ago
acae3b4
Don't lower case test case names since some tests use CamelCasing
by A R Karthick
· 8 years ago
c717309
Merge pull request #12 from arkarthick/master
by A R. Karthick
· 8 years ago
491b4c3
Remove obsolete test runner
by A R Karthick
· 8 years ago
24f1de6
Rename tls test file to follow naming convention.(test suffix: Test.py)
by A R Karthick
· 8 years ago
e58a271
Merge pull request #11 from arkarthick/master
by A R. Karthick
· 8 years ago
09b1f4e
Time to commit using my git id.
by A R Karthick
· 8 years ago
bb6a7ea
Merge pull request #10 from cgaonker/master
by Chetan Gaonker
· 8 years ago
503032a
Changes to cord-test.py to include new options to run, build and list tests.
by Chetan Gaonker
· 8 years ago
545cdca
Merge pull request #9 from cgaonker/master
by Zsolt Haraszti
· 8 years ago
38737f8
Changes to IGMP,subscriber to make sure joins/leaves work with latest ONOS. Transpose(Include->EXCLUDE, EXCLUDE->Include)
by Chetan Gaonker
· 8 years ago
5de8432
Changes to ONOS app to make it compatible with latest ONOS. This would break now with any ONOS container/image before April or with 1.5. In that case, use the 1.5 oar
by Chetan Gaonker
· 8 years ago
c11d322
Adding new DHCP tests
by Chetan Gaonker
· 8 years ago
d35b7e9
Run all DHCP tests during eval of cord-tester
by Chetan Gaonker
· 8 years ago
0027003
Add onos app compatible with ONOS 1.5 and ONOS master dating back to April 2016
by Chetan Gaonker
· 8 years ago
9bd01c9
Merge pull request #8 from cgaonker/master
by Zsolt Haraszti
· 8 years ago
735495f
Fix for subscriber test to activate the right apps
by Chetan Gaonker
· 8 years ago
5a0fda3
Move back to ip link create
by Chetan Gaonker
· 8 years ago
89a2e32
Remove shebang from all files except required
by Chetan Gaonker
· 8 years ago
ed19f48
Change ip link create to use link add as link create is obsolete
by Chetan Gaonker
· 8 years ago
cb122cc
Apply shell shebang for python files before the copyright
by Chetan Gaonker
· 8 years ago
cfcce78
Add Apache 2.0 license header to all test files
by Chetan Gaonker
· 8 years ago
a366a67
Merge branch 'master' of https://github.cyanoptics.com/cord-lab/cord-tester into test
by Chetan Gaonker
· 8 years ago
98cc458
Merge pull request #7 from cgaonker/master
by Zsolt Haraszti
· 8 years ago
80e665f
Remove prod box from Vagrantfile
by Chetan Gaonker
· 8 years ago
8a0f782
Remove docker hello world after docker verification in prereq
by Chetan Gaonker
· 8 years ago
b926c64
Adding Vagrant file for cord-tester provisioning and dhcp test
by Chetan Gaonker
· 8 years ago
823cdc5
Start cord test server within cord runTest
by Chetan Gaonker
· 8 years ago
f1b9e32
Fix for igmp test recv to ignore traffic other than test traffic
by Chetan Gaonker
· 8 years ago
66bff93
Install pipework in prerequisites
by Chetan Gaonker
· 8 years ago
f148386
Adding more DHCP test cases
by Chetan Gaonker
· 8 years ago
0ff7e78
Add python pexpect in prereqs
by Chetan Gaonker
· 8 years ago
fb3cb5e
Introduce new option to list test cases.
by Chetan Gaonker
· 8 years ago
441c9ac
Adding lots of new test cases for IGMP
by Chetan Gaonker
· 8 years ago
a52016e
Increase OVS switch connection retries to controller
by Chetan Gaonker
· 9 years ago
06f02f9
Run IGMP test using onos 1.5 in eval script
by Chetan Gaonker
· 9 years ago
c0421e8
Setting JVM heap size for ONOS to half the available memory available
by Chetan Gaonker
· 9 years ago
cc19ac4
Add prerequisites and eval scripts for cord-tester
by Chetan Gaonker
· 9 years ago
e2a4742
Increase retries in cord-tester for OVS connection to establish with controller
by Chetan Gaonker
· 9 years ago
7f4bf74
Changes to automatically provision,build and run Radius containers for Auth tests.
by Chetan Gaonker
· 9 years ago
37ad23f
Use a boot delay map for quagga based on network tests in steps of 100,000 routes to sync flows with OVS with increased routes
by Chetan Gaonker
· 9 years ago
88355c6
Increase boot delay for quagga container start when testing over half a million routes
by Chetan Gaonker
· 9 years ago
6d0a7b0
Restrict max JVM heap size to 16
by Chetan Gaonker
· 9 years ago
462d9fa
Start ONOS JVM with right heap size based on system memory
by Chetan Gaonker
· 9 years ago
fd3d650
Implement variable boot delay for quagga for vrouter tests.
by Chetan Gaonker
· 9 years ago
68d9517
Add JVM options for ONOS Container to test more than 10,000 routes.
by Chetan Gaonker
· 9 years ago
2a6601b
Fix to use right quagga interface ip while building quagga container
by Chetan Gaonker
· 9 years ago
b6064fa
Added negative vrouter tests by stopping quagga and verifying if flows are removed.
by Chetan Gaonker
· 9 years ago
f72ca40
Added more test cases for IGMP and DHCP
by Chetan Gaonker
· 9 years ago
8e25e1b
Configure quagga container with multiple interfaces to host peers for adding routes with different gateways.
by Chetan Gaonker
· 9 years ago
fe551a2
Modified vrouter test to configure ONOS correctly to have the flows configured on OVS for
by Chetan Gaonker
· 9 years ago
586fec3
Adding more IGMP test cases
by Chetan Gaonker
· 9 years ago
3a4e435
Increase quagga container start delay to 30 seconds
by Chetan Gaonker
· 9 years ago
6cf6e47
Implement QUAGGA restart in cord test cmd server for vrouter test cases.
by Chetan Gaonker
· 9 years ago
02236ba
Enable SO_REUSEADDR for cord test tcp server
by Chetan Gaonker
· 9 years ago
4e36652
Enable ovsdb onos app
by Chetan Gaonker
· 9 years ago
46b62d5
Uncomment onos/quagga restart in vrouter test done by mistake
by Chetan Gaonker
· 9 years ago
4d842ad
Use __file__ over sys.argv to set python paths in cord tester
by Chetan Gaonker
· 9 years ago
678743f
Remove test container by default after running tests. Use -k to keep it from being removed
by Chetan Gaonker
· 9 years ago
1b3b0bf
Missing files for vrouter test implementation
by Chetan Gaonker
· 9 years ago
3533faa
Implement changes to cord-tester framework for vrouter configuration.
by Chetan Gaonker
· 9 years ago
8cc35cc
Removing routes for 10.10 network from zebra
by Chetan Gaonker
· 9 years ago
b92e153
Change default bridge to ovsbr0 for test containers
by Chetan Gaonker
· 9 years ago
85b7bd5
Add option to update test container image. And include dockerpy pip dependencies to test container
by Chetan Gaonker
· 9 years ago
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
b84835f
Add stuffs to provision quagga in cord-tester
by Chetan Gaonker
· 9 years ago
5209fe8
Changes with modified olt configuration to start test controller/onos/switch on another system.
by Chetan Gaonker
· 9 years ago
a9b6fcb
Match flows against right device id
by Chetan Gaonker
· 9 years ago
7ab338c
Adding new ONOS flow addition test-cases.
by Chetan Gaonker
· 9 years ago
6c68e91
Adding DHCP starvation test case
by Chetan Gaonker
· 9 years ago
b8619e5
Adding ONOS cli test cases using the new onos cli driver framework
by Chetan Gaonker
· 9 years ago
3ff8eae
Introduce ONOS cli interface adapted from TestON project.
by Chetan Gaonker
· 9 years ago
4ca5cca
New option to start ovs/switch on the hosts when running under olt config.
by Chetan Gaonker
· 9 years ago
7142a34
Share only the cord-tester directory with the test container volume.
by Chetan Gaonker
· 9 years ago
93e302d
A rewrite of cord-tester in python.
by Chetan Gaonker
· 9 years ago
a2b87df
Add support for configuring OLT access device data with uplink/vlan information.
by Chetan Gaonker
· 9 years ago
8bbc4d5
Add more igmp test for join/leave, src list include/exclude, etc.
by Chetan Gaonker
· 9 years ago
149436d
Update cordigmp ONOS app with pom.xml that works with both 1.5 and latest onos
by Chetan Gaonker
· 9 years ago
ec0db45
Modified ciena-onos app to work with latest onos.
by Chetan Gaonker
· 9 years ago
4b85300
Add src_ip/src_mac support to mcast traffic generator class
by Chetan Gaonker
· 9 years ago
4eb1207
Load cord port map for igmp tests. A requirement with the new cordigmp onos app
by Chetan Gaonker
· 9 years ago
3d16385
Changes to ciena cordigmp onos app to reference count igmp group entries.
by Chetan Gaonker
· 9 years ago
7997bb4
Add initial support to load port map from olt configuration if present.
by Chetan Gaonker
· 9 years ago
5c7b53c
Update ciena-cordigmp app to work with latest onos by specifying the list type to true while instantiating the config factory for CordIgmpTranslate config
by Chetan Gaonker
· 9 years ago
0097120
Increase dhcp subscriber test range
by Chetan Gaonker
· 9 years ago
49ef085
Increase dhcp discover/response timeout to 10 seconds from 5
by Chetan Gaonker
· 9 years ago
a58ab6e
Changes to subscriber test to generate a cord port map for igmp to use different ports for subscribers that would have different OVS flows configured by ONOS ciena-cordigmp app
by Chetan Gaonker
· 9 years ago
fa3fb5f
Changes to cord test setup script to activate and start onos with required apps and instantiate with support for 100 veth ports on the ovs bridge for the test setup
by Chetan Gaonker
· 9 years ago
92885d0
Update to ciena cordigmp app to add a cord port map for igmp tests
by Chetan Gaonker
· 9 years ago
83ac421
Remove TLS temporarily from subscriber test cases
by Chetan Gaonker
· 9 years ago
5b36630
Introduced eapol receive to use scapy with packet lambda filters.
by Chetan Gaonker
· 9 years ago
5e46d7e
New ONOS application for multicast and igmp provisioning with OVS.
by Chetan Gaonker
· 9 years ago
f88df25
Removing utils import from md5 tests because of __init__ in test directory
by Chetan Gaonker
· 9 years ago
cd86bdd
Adding subscriber channel surfing experience.
by Chetan Gaonker
· 9 years ago
55fc788
Load aaa configuration only once for subscriber tests
by Chetan Gaonker
· 9 years ago
3c390b6
Do not reactivate onos-aaa app on every reconfiguration
by Chetan Gaonker
· 9 years ago
382547a
Increase subscriber db test count to 10 for join receive
by Chetan Gaonker
· 9 years ago
Next »