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

SRBridging at 13 Mar 2021 00:04:38

SRBridging-stratum

commit d4296d042a46f518a0c133705d138c1be179b50c (HEAD -] master, origin/master, origin/HEAD)
Author: Jian Li [pyguni@gmail.com]
AuthorDate: Fri Mar 12 18:03:58 2021 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Fri Mar 12 11:45:39 2021 +0000

Support to allocate/release IP address for multiple networks
--
(cherry picked from commit 3831f0c81151377330610cb85eb9ac5da7996d7e)

Case 5: Bridging test between two untagged hosts on vlan-untagged port, with single ToR, stratum switches and 3 ONOS instances - FAIL

  • 5.1 Constructing test variables - PASS (tick)
  • 5.2 Apply cell to environment - PASS (tick)
  • 5.3 Uninstalling Atomix - PASS (tick)
  • 5.4 Uninstalling ONOS package - PASS (tick)
  • 5.5 Building ONOS Docker image - PASS (tick)
  • 5.6 Create Cluster Config - PASS (tick)
  • 5.7 Installing Atomix via docker containers - PASS (tick)
  • 5.8 Installing ONOS via docker containers - PASS (tick)
  • 5.9 Set up ONOS secure SSH - PASS (tick)
  • 5.10 Starting ONOS CLI sessions - PASS (tick)
  • 5.11 Checking ONOS nodes - PASS (tick)
  • 5.12 Checking ONOS applications - PASS (tick)
  • 5.13 Set logging levels - PASS (tick)
  • 5.14 Set ONOS configurations - PASS (tick)
  • 5.15 Starting Mininet Topology - PASS (tick)
  • 5.16 Configure switches in ONOS - PASS (tick)
  • 5.17 Check whether the flow count is >= 20 - FAIL (error)
    • Flow count looks wrong; found 0, expecting at least 20
  • 5.18 Check whether all flow status are ADDED - FAIL (error)
    • Flow status is wrong!
  • 5.19 Check whether the flow count of device device:bmv2:leaf1 >= than 20 - FAIL (error)
    • Flow count looks wrong: 0
  • 5.20 Check number of topology elements - PASS (tick)
  • 5.21 Verify full connectivity for [u'h1', u'h2'] with tag CASE5 - PASS (tick)
  • 5.22 Stopping Mininet - PASS (tick)
  • 5.23 Copying karaf logs - PASS (tick)

Case 6: Bridging test between two untagged hosts on vlan-untagged port, with dual-homed ToR, stratum switches and 3 ONOS instances - FAIL

  • No labels