Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
OnosSystemTest
/
5c2df439e3177fbeff7820d5b46dc2bcc5af00ed
/
TestON
/
drivers
/
common
/
cli
/
onosdriver.py
aee415a
getEpochMs function added
by andrew@onlab.us
· 9 years ago
62f8704
Merge pull request #126 from opennetworkinglab/devl/HA
by Jon Hall
· 9 years ago
c9287d3
Merge pull request #125 from pingping-lin/master
by Jon Hall
· 9 years ago
9bf3d8f
improve expect result
by pingping-lin
· 9 years ago
f30cf27
update sdn-ip test to current master and onos1.2
by pingping-lin
· 9 years ago
80daded
Fix counters output and some logging
by Jon Hall
· 9 years ago
7a74927
Merge pull request #117 from opennetworkinglab/devl/newFunctionality
by kelvin-onlab
· 9 years ago
763ee04
update my forked branch
by pingping-lin
· 9 years ago
57a56ce
let the timeout value configurable
by pingping-lin
· 9 years ago
16b72c4
Allow for backwards combatibility with onos-check-logs script
by Jon Hall
· 9 years ago
1abf28c
Fixed conflict in onosclidriver - checkFlowsState
by kelvin-onlab
· 9 years ago
a5ba0eb
log driver now returns an int
by cameron@onlab.us
· 9 years ago
2e16621
log function now returns int
by cameron@onlab.us
· 9 years ago
7dac68a
Merge pull request #119 from opennetworkinglab/devl/HA
by Jon Hall
· 9 years ago
55e3a56
Merge pull request #70 from pingping-lin/master
by pingping-lin
· 9 years ago
feff308
Update HATests
by Jon Hall
· 9 years ago
90b6b04
Fixed keys in json output in onosdriver
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
966d1be
Initial commit for FuncStartTemplate and supporting driver changes
by cameron@onlab.us
· 9 years ago
70dd8c6
initial commit for error report function
by cameron@onlab.us
· 9 years ago
c10e22c
Implemented driver function to aid debugging
by cameron@onlab.us
· 9 years ago
59d29d9
Read env for onos ips
by cameron@onlab.us
· 9 years ago
cd4e8a2
Tests- stable versions
by cameron@onlab.us
· 9 years ago
f70fd54
Update initialization test case to have scaling functionality
by kelvin-onlab
· 9 years ago
82a7dad
Modified the commit reporting output for the two new summary files
by Jon Hall
· 10 years ago
c80a8c8
Updates for new null provider and some test renaming
by cameron@onlab.us
· 10 years ago
1a77a1e
Fix typos and add component name to disconnect log
by Jon Hall
· 10 years ago
77ba41c
Catch more specific exceptions instead of any throwable
by Jon Hall
· 10 years ago
ef0d417
Merging conflicts
by jenkins
· 10 years ago
1e99e7b
Adding grep option for tsharkGrep function
by jenkins
· 10 years ago
c16e983
Merge branch 'master' of https://github.com/opennetworkinglab/ONLabTest
by andrew@onlab.us
· 10 years ago
c169e43
onosCfgSet function added for configuring application parameters
by andrew@onlab.us
· 10 years ago
2cc8bf1
fixed typo
by cameron@onlab.us
· 10 years ago
7590096
null provider config changes w/ apps
by cameron@onlab.us
· 10 years ago
34905fb
Merge pull request #102 from opennetworkinglab/devl/IntentRerouteChanges
by CameronFranke
· 10 years ago
a285277
blackbird release, tweaked function to write link provider file to accept alternate file path
by jenkins
· 10 years ago
957feaa
Minor refactoring
by shahshreya
· 10 years ago
e94919c
Fix some references to the old default ONOS home.
by Jon Hall
· 10 years ago
4c4cc88
Merge branch 'devl/HA_refactor_threads' of https://github.com/OPENNETWORKINGLAB/ONLabTest into HA_merge
by Jon Hall
· 10 years ago
61282e3
Updating drivers
by Jon Hall
· 10 years ago
4c0d043
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONLabTest into devl/newOnosCHO
by Hari Krishna
· 10 years ago
ef1bd4e
Update OnosCHO and fixed onos driver topology function formatting issue
by Hari Krishna
· 10 years ago
8f9032d
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONLabTest into scale_out
by andrew@onlab.us
· 10 years ago
3b08713
Added functions to create null link and device provider files
by andrew@onlab.us
· 10 years ago
65844a3
Use threading in HA Sanity Test and add Thread to TestON core
by Jon Hall
· 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
6360493
WIP: HA updates, includes network partition
by Jon Hall
· 10 years ago
a5cb617
Modified addHostIntent to return the ID of the submitted intent
by Jon Hall
· 10 years ago
0468b04
Implement missing onosdriver function used by STS
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
bd0e753
edited create cell- no longer inclues default feature list
by jenkins
· 10 years ago
6d23d9e
add a getBranchName method
by pingping-lin
· 10 years ago
a148458
Changed mininet cli driver connect/disconnect functionality; and onos driver connect function
by kelvin-onlab
· 10 years ago
98eab87
initial commit for NetworkTP test- script finished
by andrew@onlab.us
· 10 years ago
e616b44
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONLabTest into cleanup
by Jon Hall
· 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
665d6f3
Merge branch 'master' of https://github.com/OPENNETWORKINGLAB/ONLabTest into scale_out
by andrew@onlab.us
· 10 years ago
64b3371
Fixed traceback printExc() to print_exc() in onosdriver and both of the mininet driver
by kelvin-onlab
· 10 years ago
9aaba88
Merge branch 'devl/cleanup' of https://github.com/OPENNETWORKINGLAB/ONLabTest into cleanup
by Jon Hall
· 10 years ago
9c94fb0
Configure timeout for onosdriver's isup
by Cameron Franke
· 10 years ago
d3b6489
Initial pep8 compliant drivers
by kelvin-onlab
· 10 years ago
5af6e47
Use xterm-mono for TERM
by Jon Hall
· 10 years ago
8ec7144
initial commit for code clean up
by kelvin
· 10 years ago
47a93fb
Removing unused variables and imports
by Jon Hall
· 10 years ago
78c041f
onosdriver small change reverted
by Hari Krishna
· 10 years ago
a43d4e9
Initial CHO Test commit
by Hari Krishna
· 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
aedc833
Removing unnecessary feature string and adding onos-die command
by andrewonlab
· 10 years ago
28b84eb
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by andrewonlab
· 10 years ago
b66dfa1
Adding shell push test intent to onosdriver, modifying pexpect maxread and timeout
by andrewonlab
· 10 years ago
e6c7cf4
Adding a newline command in set_cell function at the end
by shahshreya
· 10 years ago
ea4b33a
Resolve Merge Conflicts
by Jon Hall
· 10 years ago
eb7b107
Small modification before merge
by andrewonlab
· 10 years ago
e990790
Adding driver for merge
by andrewonlab
· 10 years ago
fcc8862
Wait for onos-remove-raft-logs to finish
by Jon Hall
· 10 years ago
ffb386d
Address comments from code review
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
b1290e8
Basic HA Sanity Test
by Jon Hall
· 10 years ago
ac5810a
Changes to get_version to replace xml tags to square brackets for wiki-compliant formatting
by andrewonlab
· 10 years ago
d9a73a7
Adding a pexpect statement to onos_install for case when onos is already running
by andrewonlab
· 10 years ago
19fbdca
onos remove raft logs function added
by andrewonlab
· 10 years ago
114768a
Modifications to onos_install to correctly handle non-option sendline
by andrewonlab
· 10 years ago
99d3f7f
fixing merge conflict
by andrewonlab
· 10 years ago
9dfd208
Minor changes to driver
by andrewonlab
· 10 years ago
2ebbe6f
Merge pull request #23 from OPENNETWORKINGLAB/driver_change
by Andrew
· 10 years ago
a6f7d88
Adding node ip option to onos-uninstall
by andrewonlab
· 10 years ago
85f4ed3
adding node ip option to onos-uninstall
by andrewonlab
· 10 years ago
df73d76
Fix links function to return appropriate value
by shahshreya
· 10 years ago
588a0f9
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by andrewonlab
· 10 years ago
5d7a8f3
Fixed bugs for tshark pcap driver function where directory is misnamed
by andrewonlab
· 10 years ago
024a7d0
Merge pull request #19 from OPENNETWORKINGLAB/devel/git_checkout_refactor
by Jon Hall
· 10 years ago
fd19120
Modify get_version to optionally log the commit
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
Next »