Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
OnosSystemTest
/
764f5fd95149e40b6824b444484a840f4e448a21
/
TestON
/
drivers
/
common
/
cli
/
onosdriver.py
« Previous
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
970399c
tshark pcap function implemented
by andrewonlab
· 10 years ago
ce69d81
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by shahshreya
· 10 years ago
eaea39a
Changed the git version function to return commit id along with the author name
by shahshreya
· 10 years ago
8790abb
Commit for merging to master
by andrewonlab
· 10 years ago
81e29af
Refactor git checkout
by Jon Hall
· 10 years ago
978dff6
fixed minor bug in ptpd function
by andrewonlab
· 10 years ago
fcf3cc0
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by andrewonlab
· 10 years ago
0c38a4a
ptpd function added
by andrewonlab
· 10 years ago
ee15f6c
Edited git_pull function to return 3 when the repo was up-to-date and no pulls were made
by Shreya Shah
· 10 years ago
d5a8940
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by Shreya Shah
· 10 years ago
55f9a6b
Changed the return value of the git pull function to return 2 only when git pull is done so that mvn clean install can be used
by Shreya Shah
· 10 years ago
6187011
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by andrewonlab
· 10 years ago
393531a
Work in progress on Topology Latency measurement: port status
by andrewonlab
· 10 years ago
a73aaad
modified get_topology and check_status functions to take topology_result argument instead of ip
by Shreya Shah
· 10 years ago
42db6dc
Add hosts and get_host command
by Jon Hall
· 10 years ago
5ba0d9e
Added sudo option to pcap removal
by andrewonlab
· 10 years ago
f2b3641
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by andrewonlab
· 10 years ago
d494049
changes to driver
by andrewonlab
· 10 years ago
8544f8a
Merge branch 'ONOS-Next' of https://github.com/OPENNETWORKINGLAB/ONLabTest into ONOS-Next
by Shreya Shah
· 10 years ago
d01153d
Increase the timeout in the onos_start_cli function to 120s
by Shreya Shah
· 10 years ago
f8d1098
Clear pexpect buffer before attempting to disconnect.
by Jon Hall
· 10 years ago
efd7f3d
Adding line buffer option to tshark grep
by andrewonlab
· 10 years ago
Next »