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

HATestSanity at 12 May 2015 11:38:29

commit 5c60d6eb9216bd97bdd5753747a437cc70ead691 (HEAD, origin/master, origin/HEAD, master)
Author: Bri Prebilic Cole [bri@onlab.us]
AuthorDate: Tue May 12 09:11:03 2015 -0700
Commit: Bri Prebilic Cole [bri@onlab.us]
CommitDate: Tue May 12 09:11:03 2015 -0700

GUI -- Group view now accessible by button on topo and device views.

Case 1: Setting up test environment - PASS

  • 1.1 Applying cell variable to environment - No Result (warning)
  • 1.2 Starting Mininet - PASS (tick)
  • 1.3 Git checkout and pull master - PASS (tick)
  • 1.4 Using mvn clean and install - PASS (tick)
  • 1.5 Creating ONOS package - PASS (tick)
  • 1.6 Installing ONOS package - PASS (tick)
  • 1.7 Checking if ONOS is up yet - PASS (tick)
  • 1.8 Start Packet Capture MN - No Result (warning)
  • 1.9 App Ids check - PASS (tick)

Case 2: Assigning Controllers - PASS

  • 2.1 Assign switches to controllers - PASS (tick)
  • 2.2 Assign mastership of switches to specific controllers - PASS (tick)
  • 2.3 Check mastership was correctly assigned - PASS (tick)

Case 8: Compare ONOS Topology view to Mininet topology - FAIL

  • 8.1 Create TestONTopology object - No Result (warning)
  • 8.2 Topology view is correct and consistent across all ONOS nodes - FAIL (error)
  • 8.3 Checking ONOS nodes - PASS (tick)

Case 3: Adding host Intents - FAIL

  • 3.1 Install reactive forwarding app - PASS (tick)
  • 3.2 Check app ids - PASS (tick)
  • 3.3 Discovering Hosts( Via pingall for now ) - FAIL (error)
  • 3.4 Uninstall reactive forwarding app - PASS (tick)
  • 3.5 Check app ids - PASS (tick)
  • 3.6 Add host intents via cli - PASS (tick)
  • 3.7 Intent Anti-Entropy dispersion - FAIL (error)

Case 4: Ping across added host intents - FAIL

  • 4.1 Ping across added host intents - FAIL (error)
  • 4.2 Check Intent state - PASS (tick)
  • 4.3 Check leadership of topics - PASS (tick)
  • 4.4 Wait a minute then ping again - FAIL (error)

Case 5: Setting up and gathering data for current state - FAIL

  • 5.1 Check that each switch has a master - PASS (tick)
  • 5.2 Get the Mastership of each switch from each controller - PASS (tick)
  • 5.3 Check for consistency in roles from each controller - PASS (tick)
  • 5.4 Get the intents from each controller - FAIL (error)
  • 5.5 Check for consistency in Intents from each controller - FAIL (error)
  • 5.6 Get the flows from each controller - PASS (tick)
  • 5.7 Check for consistency in Flows from each controller - PASS (tick)
  • 5.8 Get the OF Table entries - No Result (warning)
  • 5.9 Start continuous pings - No Result (warning)
  • 5.10 Create TestONTopology object - No Result (warning)
  • 5.11 Collecting topology information from ONOS - No Result (warning)
  • 5.12 Host view is consistent across ONOS nodes - PASS (tick)
  • 5.13 Each host has an IP address - PASS (tick)
  • 5.14 Cluster view is consistent across ONOS nodes - PASS (tick)
  • 5.15 Cluster view correct across ONOS nodes - FAIL (error)
  • 5.16 Comparing ONOS topology to MN - FAIL (error)

Case 14: Start Leadership Election app - FAIL

  • 14.1 Install leadership election app - PASS (tick)
  • 14.2 Run for election on each node - FAIL (error)
  • 14.3 Check that each node shows the same leader - FAIL (error)

Case 16: Install Primitives app - PASS

  • 16.1 Install Primitives app - PASS (tick)
  • No labels