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

SROnosFailure at 11 Mar 2021 20:14:31

SROnosFailure-stratum

commit babde9cbb29f55971e7f3b25b9e35d6bf85ed4c2 (HEAD -] master, origin/master, origin/HEAD)
Author: Daniel Park [dan.mcpark84@gmail.com]
AuthorDate: Tue Mar 9 13:37:42 2021 +0900
Commit: Jian Li [pyguni@gmail.com]
CommitDate: Fri Mar 12 00:48:18 2021 +0000

Implement Internal Routing Capability.
--
(cherry picked from commit cc8e746f203dc457e5bb914ca4995910d7fc6e9e)

Case 1: ONOS Failure test with 2x2 Leaf-spine - FAIL

  • 1.1 Constructing test variables - PASS (tick)
  • 1.2 Apply cell to environment - PASS (tick)
  • 1.3 Uninstalling Atomix - PASS (tick)
  • 1.4 Uninstalling ONOS package - PASS (tick)
  • 1.5 Building ONOS Docker image - PASS (tick)
  • 1.6 Create Cluster Config - PASS (tick)
  • 1.7 Installing Atomix via docker containers - PASS (tick)
  • 1.8 Installing ONOS via docker containers - PASS (tick)
  • 1.9 Set up ONOS secure SSH - PASS (tick)
  • 1.10 Starting ONOS CLI sessions - PASS (tick)
  • 1.11 Checking ONOS nodes - PASS (tick)
  • 1.12 Checking ONOS applications - PASS (tick)
  • 1.13 Set logging levels - PASS (tick)
  • 1.14 Set ONOS configurations - PASS (tick)
  • 1.15 Starting Mininet Topology - PASS (tick)
  • 1.16 Configure switches in ONOS - PASS (tick)
  • 1.17 Check number of topology elements - PASS (tick)
  • 1.18 Check whether the flow count is >= 116 - FAIL (error)
    • Flow count looks wrong; found 0, expecting at least 116
  • 1.19 Check whether all flow status are ADDED - FAIL (error)
    • Flow status is wrong!
  • 1.20 Verify full connectivity for [u'h1', u'h2', u'h3', u'h4'] with tag CASE1 - PASS (tick)
  • 1.21 Verify full connectivity for [u'olt10', u'vsg10'] with tag CASE1 - FAIL (error)
    • IP connectivity failed
  • 1.22 Verify full connectivity for [u'olt5', u'vsg5'] with tag CASE1 - FAIL (error)
    • IP connectivity failed
  • 1.23 Killing ONOS instances with index(es): [0] - PASS (tick)
  • 1.24 Check number of topology elements - PASS (tick)
  • 1.25 Verify full connectivity for [u'h1', u'h2', u'h3', u'h4'] with tag CASE1_Failure - PASS (tick)
  • 1.26 Verify full connectivity for [u'olt10', u'vsg10'] with tag CASE1_Failure - FAIL (error)
    • IP connectivity failed
  • 1.27 Verify full connectivity for [u'olt5', u'vsg5'] with tag CASE1_Failure - FAIL (error)
    • IP connectivity failed
  • 1.28 Recovering ONOS instances with index(es): [0] - PASS (tick)
  • 1.29 Checking if ONOS CLI is ready - PASS (tick)
  • 1.30 Checking ONOS nodes - PASS (tick)
  • 1.31 Check number of topology elements - PASS (tick)
  • 1.32 Check whether the flow count is >= 116 - FAIL (error)
    • Flow count looks wrong; found 0, expecting at least 116
  • 1.33 Check whether all flow status are ADDED - FAIL (error)
    • Flow status is wrong!
  • 1.34 Verify full connectivity for [u'h1', u'h2', u'h3', u'h4'] with tag CASE1_Recovery - PASS (tick)
  • 1.35 Verify full connectivity for [u'olt10', u'vsg10'] with tag CASE1_Recovery - FAIL (error)
    • IP connectivity failed
  • 1.36 Verify full connectivity for [u'olt5', u'vsg5'] with tag CASE1_Recovery - FAIL (error)
    • IP connectivity failed
  • 1.37 Check number of topology elements - PASS (tick)
  • 1.38 Stopping Mininet - PASS (tick)
  • 1.39 Copying karaf logs - PASS (tick)

Case 2: ONOS Failure test with 4x4 Leaf-spine - FAIL

  • No labels