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 10 Next »

HATestSanity at 29 Apr 2015 16:08:49

commit 15c38006e4a1f2562fc60f212f2d5004e755961f (HEAD, origin/master, origin/HEAD, master) Author: Sho SHIMIZU [sshimizu@us.fujitsu.com] AuthorDate: Tue Apr 28 19:00:37 2015 -0700 Commit: Gerrit Code Review [gerrit@onlab.us] CommitDate: Wed Apr 29 15:54:31 2015 +0000 Remove "public" from TrafficSelector definition to follow our convention

Case 1: Setting up test environment - PASSED

  • 1.1 Applying cell variable to environment - PASS (tick)
  • 1.2 Starting Mininet - PASS (tick)
  • 1.3 Compiling the latest version of ONOS - PASS (tick)
  • 1.4 Creating ONOS package - PASS (tick)
  • 1.5 Installing ONOS package - PASS (tick)
  • 1.6 Checking if ONOS is up yet - PASS (tick)
  • 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

  • 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 - PASS (tick)
  • 13.2 Copying MN pcap and ONOS log files to test station - PASS (tick)
  • 13.3 Stopping Mininet - PASS (tick)
  • 13.4 Checking ONOS Logs for errors - PASS (tick)
  • 13.5 Packing and rotating pcap archives - PASS (tick)
  • No labels