Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 14 Next »

HATestSanity at 29 Apr 2015 17:40:16

commit 889648c910bcfea7a8bbbb6ef3b9ad91e49fc7b5 (HEAD, origin/master, origin/HEAD, master) Author: Thomas Vachuska [tom@onlab.us] AuthorDate: Wed Apr 29 17:02:56 2015 -0700 Commit: Gerrit Code Review [gerrit@onlab.us] CommitDate: Thu Apr 30 00:17:44 2015 +0000 Added an adapter.

Case 1: Setting up test environment - PASSED

  • 1.1 Applying cell variable to environment - No Result (warning)
  • 1.2 Starting Mininet - No Result (warning)
  • 1.3 Compiling the latest version of ONOS - No Result (warning)
  • 1.4 Creating ONOS package - No Result (warning)
  • 1.5 Installing ONOS package - No Result (warning)
  • 1.6 Checking if ONOS is up yet - No Result (warning)
  • 1.7 Start Packet Capture MN - PASS (tick)

Case 16: Install Primitives app - PASSED

  • 16.1 Install Primitives app - PASS (tick)

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

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

  • 17.1 Increment and get a default counter on each node - PASS (tick)
  • 17.2 Increment and get an in memory counter on each node - PASS (tick)
  • 17.3 Check counters are consistant across nodes - PASS (tick)
  • 17.4 Counters we added have the correct values - PASS (tick)
  • 17.5 Distributed Set get - PASS (tick)
  • 17.6 Distributed Set size - PASS (tick)
  • 17.7 Distributed Set add() - PASS (tick)
  • 17.8 Distributed Set addAll() - PASS (tick)
  • 17.9 Distributed Set contains() - PASS (tick)
  • 17.10 Distributed Set containsAll() - PASS (tick)
  • 17.11 Distributed Set remove() - PASS (tick)
  • 17.12 Distributed Set removeAll() - PASS (tick)
  • 17.13 Distributed Set addAll() - PASS (tick)
  • 17.14 Distributed Set clear() - PASS (tick)
  • 17.15 Distributed Set addAll() - PASS (tick)
  • 17.16 Distributed Set retain() - PASS (tick)

Case 13: Test Cleanup - PASSED

  • 13.1 Killing tcpdumps - No Result (warning)
  • 13.2 Copying MN pcap and ONOS log files to test station - No Result (warning)
  • 13.3 Stopping Mininet - No Result (warning)
  • 13.4 Checking ONOS Logs for errors - No Result (warning)
  • 13.5 Packing and rotating pcap archives - PASS (tick)
  • No labels