Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
OnosSystemTest
/
a582fe0ab53be8ef04b6d5323107f4401957df11
/
TestON
/
drivers
/
common
/
cli
/
emulator
« Previous
367fffd
Fixed FuncIntent.params conflict
by kelvin-onlab
· 9 years ago
0a28a74
Fixed minor error in teston.py and some conflict issues with master
by kelvin-onlab
· 9 years ago
2ccad6e
Changed FuncIntent function structure
by kelvin-onlab
· 9 years ago
3f13ca2
VLAN initial commit <old version>
by kaouthera
· 9 years ago
bd23e28
Remove UDP ping option. Previous option component was mistaken for another module available via 3rd party
by andrew@onlab.us
· 9 years ago
defe38c
Modify pingallHosts to continue pings when a pair of hosts are unreachable
by andrew@onlab.us
· 9 years ago
9fdee81
pingallHosts - allows users to specify hosts and pingtype to ping between all hosts to check for reachability
by andrew@onlab.us
· 9 years ago
65782a8
Template update
by kelvin-onlab
· 9 years ago
390696c
Add tests for distributed sets and counters
by Jon Hall
· 9 years ago
3140b1a
Added IpOptical and IpOpticalMulti for exclusive OpticalTests
by shahshreya
· 10 years ago
1f119da
Replicate IP/Optical Test from ProdFunc to MultiProd
by shahshreya
· 10 years ago
d524a94
Update ONOS app subsystem
by shahshreya
· 10 years ago
fb760a0
Add onos configuration subsystem cli drivers.
by Jon Hall
· 10 years ago
2c57c90
Packet optical related driver function
by shahshreya
· 10 years ago
7a143fb
Merge pull request #110 from opennetworkinglab/devl/startNet
by Jon Hall
· 10 years ago
0fc9e56
Merge pull request #106 from opennetworkinglab/devl/newOnosCHO
by Jon Hall
· 10 years ago
d26a374
Fixed a logic in pingall function
by kelvin-onlab
· 10 years ago
689d8e4
Rework startNet to be able to specify arguments independently of whether
by Jon Hall
· 10 years ago
9ee36d5
Added new function to attach to linc-oe console
by shahshreya
· 10 years ago
d9a8ed3
Fixed typo mininetclidriver | updated params and topo file in CHO
by kelvin-onlab
· 10 years ago
c44f019
Changed pingall loop structure | added karaftimeout to OnosCHO
by kelvin-onlab
· 10 years ago
da2c531
Cleanec up pingall function in mininet
by kelvin-onlab
· 10 years ago
fbcd82f
Updated mininet driver pingall / Fixed logic issues in OnosCHO
by kelvin-onlab
· 10 years ago
3814381
Fixed some type and added extra condition in multi->single & single->multi function
by kelvin-onlab
· 10 years ago
5090714
Fixed type in Mininet driver
by kelvin-onlab
· 10 years ago
b940821
Added new option in pingall function | MultiToSingle point intent function now returns intent ID
by kelvin-onlab
· 10 years ago
d3e6c23
Merge pull request #101 from opennetworkinglab/devl/newOnosCHO
by Jon Hall
· 10 years ago
61282e3
Updating drivers
by Jon Hall
· 10 years ago
b35c6d0
Actually working CHO
by Hari Krishna
· 10 years ago
88e498c
Merge branch 'HA' of https://github.com/opennetworkinglab/ONLabTest into devl/merge
by Jon Hall
· 10 years ago
efbd979
Fix typos and code style issues in drivers
by Jon Hall
· 10 years ago
febb1c7
Stop catching non error throwables such as SystemExit
by Jon Hall
· 10 years ago
ff6b4b2
Add compare hosts function.
by Jon Hall
· 10 years ago
aab0b9c
Merge pull request #79 from opennetworkinglab/lincoe_disconnect
by shahshreya
· 10 years ago
dccfbc6
modify disconnect() in remotemininetdriver to take care to exit from mininet prompt
by shahshreya
· 10 years ago
4f176c8
Merge pull request #65 from opennetworkinglab/devl/newMNdriver
by Jon Hall
· 10 years ago
d61331b
Fix for driver disconnect bug
by Jon Hall
· 10 years ago
274b664
Add 2 more cases to handle git checkout response
by Jon Hall
· 10 years ago
21270ac
Refactor HA Tests
by Jon Hall
· 10 years ago
7353786
Added logic in moveHost() to retain the mac address while migrating the host from device to another
by shahshreya
· 10 years ago
ec228b8
Fixed result verification in mininet driver part 2
by kelvin-onlab
· 10 years ago
ef0cc1c
Added result verification in startNet function in mininet driver
by kelvin-onlab
· 10 years ago
26bc17f
Fixed mininet driver stopNet to validate current prompt part 2
by kelvin-onlab
· 10 years ago
56a3f46
Fixed mininet driver stopNet to validate current prompt
by kelvin-onlab
· 10 years ago
8413584
Merge branch 'master' of https://github.com/opennetworkinglab/ONLabTest into newMNdriver
by kelvin-onlab
· 10 years ago
95dd6f8
Added logic to exit ssh connection in disconnect() of remotemininetdriver
by shahshreya
· 10 years ago
5a03484
Extend disconnect() to exit the ssh connection
by shahshreya
· 10 years ago
26c3cea
Fix the return value of disconnect() in mininetclidriver.py
by shahshreya
· 10 years ago
00ac67b
Fixed documentation in new mininet driver
by kelvin-onlab
· 10 years ago
a148458
Changed mininet cli driver connect/disconnect functionality; and onos driver connect function
by kelvin-onlab
· 10 years ago
1d7e05e
Merge branch 'master' of https://github.com/opennetworkinglab/ONLabTest into newMNdriver
by kelvin-onlab
· 10 years ago
5ff90d1
Added moveHost function to migrate a host from one switch to another on the fly
by shahshreya
· 10 years ago
5edb77f
Fixed:Removed unused variable to the mininetclidriver
by kelvin-onlab
· 10 years ago
328ddca
Fix formating issue caused in code cleanup
by Jon Hall
· 10 years ago
97d64e7
Fixed new mininet driver completed Ping2topoExample test
by kelvin-onlab
· 10 years ago
a0ce322
Created a new branch for new mininet driver
by kelvin-onlab
· 10 years ago
09aabaf
Fixed traceback function printExc() -> print_exc() in LincOE driver
by kelvin-onlab
· 10 years ago
08679eb
Fixed driver's cli function's arguments: userName and ipAddress -> user_name and ip_address
by kelvin-onlab
· 10 years ago
64b3371
Fixed traceback printExc() to print_exc() in onosdriver and both of the mininet driver
by kelvin-onlab
· 10 years ago
9592d13
More minor fixes in mininetclidriver
by kelvin-onlab
· 10 years ago
652e1dd
Fixed STS variable in mininetclidriver
by kelvin-onlab
· 10 years ago
a7a390a
Merge branch 'master' into devl/cleanup second round
by kelvin-onlab
· 10 years ago
f354310
Merge branch 'devl/cleanup'
by kelvin-onlab
· 10 years ago
7d0c967
Fixed utilities function in drivers and PingallExample
by kelvin-onlab
· 10 years ago
fccaafa
Fixed numSwitchesN_links tool failed to fix the change
by kelvin-onlab
· 10 years ago
d3b6489
Initial pep8 compliant drivers
by kelvin-onlab
· 10 years ago
edcff05
Cleaned up emulator driver
by kelvin-onlab
· 10 years ago
b87672e
Cleaned 3 more drivers
by kelvin-onlab
· 10 years ago
272a4db
Fix typo and add STS instructions
by Jon Hall
· 10 years ago
be6dfc4
Note custom mn dependencies
by Jon Hall
· 10 years ago
7eb3840
Fix format of mininetclidriver
by Jon Hall
· 10 years ago
fbc828e
Fix unused imports and variables and some typos
by Jon Hall
· 10 years ago
28bf54b
Support for alphanumeric DPID's
by Jon Hall
· 10 years ago
94fd047
Updated drivers and tests from HA. Changed include:
by Jon Hall
· 10 years ago
d0c8043
Added new functions for Pacjket optical and SDN-IP related intents
by shahshreya
· 10 years ago
e6c7cf4
Adding a newline command in set_cell function at the end
by shahshreya
· 10 years ago
ffb386d
Address comments from code review
by Jon Hall
· 10 years ago
3b9bc0f
Merge branch 'HA' into HA-rebase
by Jon Hall
· 10 years ago
73cf9cc
Latest HA tests
by Jon Hall
· 10 years ago
368769f
Changes to HA tests
by Jon Hall
· 10 years ago
1645caa
Fix a few minor things
by Jon Hall
· 10 years ago
b1290e8
Basic HA Sanity Test
by Jon Hall
· 10 years ago
2ef1e9e
Some changes to mininet drivers
by Jon Hall
· 10 years ago
28bb18e
Added some functions for Packet Optical
by shahshreya
· 10 years ago
328c2a7
edited pingall function to not exit if there is an error
by shahshreya
· 10 years ago
ec3c21e
Merge two versions of get_sw_controller
by Jon Hall
· 10 years ago
ee2fefd
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by shahshreya
· 10 years ago
4d79aab
Additional driver functions for packet optical
by shahshreya
· 10 years ago
39f29df
Attempt to increase readability
by Jon Hall
· 10 years ago
3848172
Check link/switch/port status in topology comparison functions
by Jon Hall
· 10 years ago
1c9e873
Add function for onos cli command 'Device-role'
by Jon Hall
· 10 years ago
42db6dc
Add hosts and get_host command
by Jon Hall
· 10 years ago
a85a776
Fixed Linc-OE <-> ONOS connection issues
by andrewonlab
· 10 years ago
8d29f12
Changes to linc-oe driver / addition of linc-oe tests with startup functionality. Minor edits to TopoPerf
by andrewonlab
· 10 years ago
c6d1fa6
Fixed build failure problem regarding process conflict
by andrewonlab
· 10 years ago
52a31e0
Preliminary functions added for switch interaction of linc-oe
by andrewonlab
· 10 years ago
62df924
Fix indentation error leading compare_links to only look at first bidirectional link
by Jon Hall
· 10 years ago
0980f42
added disconnect function
by andrewonlab
· 10 years ago
eb08b6f
additional function to lincoedriver
by andrewonlab
· 10 years ago
a548f96
Work in progress: lincoedriver
by andrewonlab
· 10 years ago
Next »