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

FUNCoptical at 17 Mar 2021 22:23:27

FUNCoptical

commit 9756cece118aaeae777db7bc30f959fd29ab549d (HEAD, origin/master, origin/HEAD, master)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Tue Mar 16 16:06:33 2021 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Tue Mar 16 14:30:15 2021 +0000

Add mac address field into virtual router
--
(cherry picked from commit c49017d483949554ab85c36b0f4cfd7b23d31690)

Case 1: Pull onos branch and build onos on Teststation. - PASS

For loading from params file, and pull and build the latest ONOS package

  • 1.1 Constructing test variables - PASS (tick)

Case 2: Starting up 1 node(s) ONOS cluster - PASS

Set up ONOS with 1 node(s) ONOS cluster

  • 2.1 Apply cell to environment - PASS (tick)
  • 2.2 Uninstalling Atomix - PASS (tick)
  • 2.3 Uninstalling ONOS package - PASS (tick)
  • 2.4 Creating ONOS package - PASS (tick)
  • 2.5 Installing Atomix - PASS (tick)
  • 2.6 Installing ONOS package - PASS (tick)
  • 2.7 Set up ONOS secure SSH - PASS (tick)
  • 2.8 Checking ONOS service - PASS (tick)
  • 2.9 Starting ONOS CLI sessions - PASS (tick)
  • 2.10 Checking ONOS nodes - PASS (tick)
  • 2.11 Checking ONOS applications - PASS (tick)

Case 10: Mininet with Linc-OE startup - PASS

Start opticalTest.py topology included with ONOS

  • 10.1 Push TopoDDriver.json to ONOS through onos-netcfg - No Result (warning)
  • 10.2 Starting mininet and LINC-OE - PASS (tick)

Case 22: Discover Hosts with arping - PASS

Send arpings between all the hosts to discover and verify them

  • 22.1 Send arping between all hosts - PASS (tick)

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

Compare topology elements between Mininet and ONOS

  • 23.1 Comparing Mininet topology to ONOS topology - FAIL (error)
    • ONOS incorrectly discovered the topology

Case 31: Install point intents between 2 packet layer device and ping the hosts - FAIL

This testcase adds bidirectional point intents between 2 packet layer( mininet ) devices and ping mininet hosts

  • 31.1 Adding point intents - FAIL (error)
    • Failed to ping between h1 and h2
  • 31.2 Remove Point to Point intents - FAIL (error)
    • Failed to remove host intents

Case 32: Test add host intents between optical layer host - FAIL

Test host intents between 2 optical layer host

  • 32.1 Creating list of hosts - No Result (warning)
  • 32.2 Adding host intents to h1 and h2 - PASS (tick)
  • 32.3 Pinging h1 and h2 - FAIL (error)
    • Pinged failed between h1 and h2
  • 32.4 Removing host intents - FAIL (error)
    • Failed to remove host intents

Case 14: Stop Mininet - PASS

Stopping the current mininet to start up fresh

  • 14.1 Stopping Mininet - PASS (tick)

Case 19: Copy karaf logs - No Result

  • No labels