Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published from Jenkins build: https://onos-jenkins.onlab.us/job/HAclusterRestart/500/

...

commit c1e4e4c67a0642a6c315c65c2efb7552fb5698b9 31027edd526a7210ab139e082c227e6d00c8c67b (HEAD, origin/master, origin/HEAD, master)
Author: Priyanka B Zayne Khouja [priyankazayne@onlab.b@huawei.comus]
AuthorDate: Fri Wed Jul 1 6 13:14:57:19 2016 +053049 2016 -0700
Commit: Priyanka B [priyanka.b@huawei.comGerrit Code Review [gerrit@onlab.us]
CommitDate: Tue Thu Jul 5 137 03:0045:55 12 2016 +0530
[ONOS] cherry picked from 1.6, bandwidth, CR and resilency fix0000

Bug fix for BGP building
HTML
<iframe src="https://onos-jenkins.onlab.us/job/HAclusterRestart/plot/Plot-HA/getPlot?index=2&width=500&height=300"noborder="0" width="500" height="300" scrolling="yes" seamless="seamless"></iframe>

...

  • 16.1 Install Primitives app - PASS (tick)

Case 17: Check for basic functionality with distributed primitives -

...

PASS

Test the methods of the distributed primitives (counters and sets) throught the cli

  • 17.1 Increment then get a default counter on each node - PASS (tick)
  • 17.2 Get then Increment a default counter on each node - PASS (tick)
  • 17.3 Counters we added have the correct values - PASS (tick)
  • 17.4 Add -8 to then get a default counter on each node - PASS (tick)
  • 17.5 Add 5 to then get a default counter on each node - PASS (tick)
  • 17.6 Get then add 5 to a default counter on each node - PASS (tick)
  • 17.7 Counters we added have the correct values - PASS (tick)
  • 17.8 Distributed Set get - PASS (tick)
  • 17.9 Distributed Set size - PASS (tick)
  • 17.10 Distributed Set add() - PASS (tick)
  • 17.11 Distributed Set addAll() - FAIL (error)
    • Set addAll was incorrect
  • PASS (tick)
  • 17.12 Distributed Set contains() - FAIL (error)
  • Set contains failed
  • PASS (tick)
  • 17.13 Distributed Set containsAll() - PASS (tick)
  • 17.14 Distributed Set remove() - FAIL (error)
  • Set remove was incorrect
  • PASS (tick)
  • 17.15 Distributed Set removeAll() - FAIL (error)
    • Set removeAll was incorrect
  • PASS (tick)
  • 17.16 Distributed Set addAll() - FAIL (error)
  • Set addAll was incorrect
  • PASS (tick)
  • 17.17 Distributed Set clear() - FAIL (error)
    • Set clear was incorrect
  • PASS (tick)
  • 17.18 Distributed Set addAll() - FAIL (error)
    • Set addAll was incorrect
  • PASS (tick)
  • 17.19 Distributed Set retain() - FAIL (error)
    • Set retain was incorrect
  • PASS (tick)
  • 17.20 Partitioned Transactional maps put - PASS (tick)
  • 17.21 Partitioned Transactional maps get - FAIL (error)
  • Partitioned Transactional Map values incorrect
  • PASS (tick)

Case 6: Restart entire ONOS cluster - PASS

...

  • 15.1 Run for election on each node - PASS (tick)
  • 15.2 Check that each node shows the same leader and candidates - PASS (tick)
  • 15.3 Find current leader and withdraw - PASS (tick)
  • 15.4 Check that a new node was elected leader - PASS (tick)
  • 15.5 Check that that new leader was the candidate of old leader - PASS (tick)
  • 15.6 Run for election on old leader( just so everyone is in the hat ) - PASS (tick)
  • 15.7 Check that oldLeader is a candidate, and leader if only 1 node - PASS (tick)

Case 17: Check for basic functionality with distributed primitives - PASS

Test the methods of the distributed primitives (counters and sets) throught the cli

...