Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
OnosSystemTest
/
6588e6520a9640d573daa0a1c964ee8a4df86afd
/
TestON
/
tests
/
HA
/
HAclusterRestart
/
HAclusterRestart.py
a0f6ff6
[ONOS-7356] Initial commit to decouple Mininet from TestON tests:
by You Wang
· 7 years ago
a478b85
ISSU tests
by Jon Hall
· 7 years ago
7f8fb57
[ONOS-7225]: Fix/Add graphs on individual test wiki pages (FUNC, HA, USECASE)
by Jeremy Ronquillo
· 7 years ago
23fb216
[ONOS-7039] [ONOS-7044] Fix PEP8 Warnings in TestON
by Jeremy Ronquillo
· 7 years ago
4407596
[ONOS-6901] Fix how the systemTest does not return any result when it forced to quit the test
by Devin Lim
· 7 years ago
6301b74
fix the bugs from the cluster update
by Devin Lim
· 7 years ago
142b534
Update Cluster Driver
by Devin Lim
· 7 years ago
ca31989
Initial implementation of ONOS cluster driver
by Jon Hall
· 7 years ago
b27ce4c
[ONOS-6819] - Update TestON File Headers
by Jeremy Ronquillo
· 7 years ago
58046fa
[ONOS-6593]Review and Refactor ONOS startup procedures in TestON
by Devin Lim
· 7 years ago
1a5b45c
Merge "[ONOS-6623]: Fix parsing of hosts json"
by Jon Hall
· 7 years ago
0e538bc
[ONOS-6623]: Fix parsing of hosts json
by Jeremy Ronquillo
· 7 years ago
dc78e20
[ONOS-6619] Allow different bash prompts in TestON components, Also including part of ONOS-6595
by Devin Lim
· 7 years ago
8d7c778
[ONOS-6622] Remove test Steps that try to build using Maven
by Devin Lim
· 7 years ago
461f087
[ONOS-6595] Allow TestOn to run with non-default username
by Devin Lim
· 7 years ago
f37d44d
Run codestyle script on HA test suite
by Jon Hall
· 7 years ago
7a6ebfd
Add tests for atomic value to HA suite
by Jon Hall
· 8 years ago
937bc81
Fix a typo
by Jon Hall
· 8 years ago
f5de25b
Run onos-secure-ssh before onos-wait-for-start
by You Wang
· 8 years ago
ef10950
Run onos-secure-ssh for ssh-based onos cli login
by Chiyu Cheng
· 8 years ago
8dafdcc
Change from intent-partition to work-partition to match onos
by Jon Hall
· 8 years ago
bd60ea0
Use buck for tests
by Jon Hall
· 8 years ago
d2871c2
Update HA Tests
by Jon Hall
· 8 years ago
6509dbf
Fixing some common typos throughout the repo
by Jon Hall
· 8 years ago
6494802
Print clusters on failed assert
by Jon Hall
· 8 years ago
9bfadd2
Minor improvements to HA stability
by Jon Hall
· 8 years ago
7ac7bc3
Don't try to use nodes not active
by Jon Hall
· 8 years ago
53c5e66
Creating subfolders for test suites
by Jon Hall
· 9 years ago
[Renamed (99%) from TestON/tests/HAclusterRestart/HAclusterRestart.py]
25463a8
Fix some logic errors
by Jon Hall
· 9 years ago
3a7843a
Protect against IndexErrors
by Jon Hall
· 9 years ago
41d39f1
Refactor HA tests
by Jon Hall
· 9 years ago
9d2dcad
Rearrange some cases to make more sense
by Jon Hall
· 9 years ago
172b7ba
Add ability to enable Flow Objectives
by Jon Hall
· 9 years ago
a440e87
Refactor/clean HA tests
by Jon Hall
· 9 years ago
bd18278
Updated check for node state.
by Jon Hall
· 9 years ago
843f8bc
Update plot indicies
by Jon Hall
· 9 years ago
ea734be
Revert "Add workaround for onos not respawning"
by Jon Hall
· 9 years ago
b404968
Add workaround for onos not respawning
by Jon Hall
· 9 years ago
6e70975
Add HA test for split brain scenario
by Jon Hall
· 9 years ago
c679355
ONOS Cli Driver Stability Fixes
by Jon Hall
· 9 years ago
ff566d5
Fix url for jenkins plots and minor driver cleanup
by Jon Hall
· 9 years ago
a9845df
Add variable for plot index
by Jon Hall
· 9 years ago
13b446e
Fix topo check when no hosts have benn discovered yet
by Jon Hall
· 9 years ago
d8f6de8
Retry Hosts call on consistent Map timeouts
by Jon Hall
· 9 years ago
657cdf6
Fix bug, 'or' to 'and'
by Jon Hall
· 9 years ago
acd1b18
More bad input handling
by Jon Hall
· 9 years ago
f3d16e7
Port stability fixes to all tests
by Jon Hall
· 9 years ago
3afe4c9
Handle bad output for hosts in HAclusterRestart
by Jon Hall
· 9 years ago
e9b1fa3
Harden HA tests against bad ONOS output
by Jon Hall
· 9 years ago
68467eb
[ONOS-3367] Updated HA test to use the new mininet functions for getting flow tables and comparing them
by GlennRC
· 9 years ago
ca7ac29
Fix function call to match updated function
by Jon Hall
· 9 years ago
29233db
Fixed error printout in CASE15 Elections
by acsmars
· 9 years ago
b3ed8ed
Refactor HAminorityRestart
by Jon Hall
· 9 years ago
57b5043
Port test fix from Minority test to the other HA Tests
by Jon Hall
· 9 years ago
ceb4abb
Fix typos
by Jon Hall
· 9 years ago
96091e6
Update all HA tests with some of the recent changes
by Jon Hall
· 9 years ago
ba60982
Fix minor issues in cluster test
by Jon Hall
· 9 years ago
5ec6b1b
Save ONOS Logs for cluster test, print stacktrace when looking for
by Jon Hall
· 9 years ago
3a72bde
ONOS-2001 Test Case 15 now aborts using main.skipCase() when elections app isn't loaded on a node
by acsmars
· 9 years ago
71adceb
ONOS-2001 CASE15 now supports 1 or more nodes. Also checks that candidate lists match after confirming that the withdrawn leaderer was re added.
by acsmars
· 9 years ago
9475b1c
ONOS-2001 HAclusterRestart CASE15 re-write. Now checks candidacy and elections.
by acsmars
· 9 years ago
2a5002c
Initial tests for Transactional Maps
by Jon Hall
· 9 years ago
d9e23de
Changed copyMininetFile of onosdriver to scp function in clidriver
by kelvin-onlab
· 9 years ago
9043c90
[ONOS-2424] Move flowTable functions from remotemininetdriver to mininetdriver
by Jon Hall
· 9 years ago
e1a3b75
Add HA testcases for new counter methods
by Jon Hall
· 9 years ago
783bbf9
Fix typo
by Jon Hall
· 9 years ago
5cf14d5
Add HA tests
by Jon Hall
· 9 years ago