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

FUNCbgpls at 22 Feb 2017 19:46:15

Case 1: Setting up test environment - PASS

Setup the test environment including installing ONOS, start ONOS.

  • 1.1 Create cell file - No Result (warning)
  • 1.2 Applying cell variable to environment - No Result (warning)
  • 1.3 Git checkout and pullmaster - No Result (warning)
  • 1.4 Using mvn clean install - PASS (tick)
  • 1.5 Creating ONOS package - PASS (tick)
  • 1.6 Installing ONOS package - PASS (tick)
  • 1.7 Set up ONOS secure SSH - PASS (tick)
  • 1.8 Checking if ONOS is up yet - PASS (tick)
  • 1.9 Starting ONOS CLI sessions - PASS (tick)
  • 1.10 App Ids check - No Result (warning)

Case 2: Testcase 2 : Discovery the Network Topology using BGPLS - FAIL

  • 2.1 Apply cell to environment - No Result (warning)
  • 2.2 Getting connected to ONOS - PASS (tick)
  • 2.3 Install onos-app-bgp - PASS (tick)
  • 2.4 Configure BGP through RESTCONF - PASS (tick)
  • 2.5 Check Network devices are Updated in ONOS - PASS (tick)
  • 2.6 Check the nodes are discovered - PASS (tick)
  • 2.7 Check for Errors or Exception in testcase2 - FAIL (error)
    • Exception or Error occured in testcase2

Case 3: Testcase 3: Addition of New Node to existing topology - FAIL

  • 3.1 UnInstall onos-app-bgp - PASS (tick)
  • 3.2 Install onos-app-bgp - PASS (tick)
  • 3.3 Check Network devices are Updated in ONOS - PASS (tick)
  • 3.4 Check Newly added Node is getting updated - PASS (tick)
  • 3.5 Check for Errors or Exception in testcase3 - FAIL (error)
    • Exception or Error occured in testcase3

Case 4: Testcase 4: Verification of Links thats is discovered - FAIL

  • 4.1 UnInstall onos-app-bgp - PASS (tick)
  • 4.2 Install onos-app-bgp - PASS (tick)
  • 4.3 Checking the Link Discovery Status - PASS (tick)
  • 4.4 Check for Errors or Exception in testcase4 - FAIL (error)
    • Exception or Error occured in testcase4

Case 5: Testcase 5: Deletion of Link in existing topology - FAIL

  • 5.1 UnInstall onos-app-bgp - PASS (tick)
  • 5.2 Install onos-app-bgp - PASS (tick)
  • 5.3 Checking whether the links is deleted - PASS (tick)
  • 5.4 Check for Errors or Exception in testcase5 - FAIL (error)
    • Exception or Error occured in testcase5

Case 6: TestCase 6: UnInstalling of app - FAIL

  • 6.1 Apply cell to environment - No Result (warning)
  • 6.2 Logging into ONOS CLI - PASS (tick)
  • 6.3 UnInstall onos-app-bgp - PASS (tick)
  • 6.4 Check for Errors or Exception in testcase6 - PASS (tick)
  • 6.5 Check for Errors or Exception End of the Script - FAIL (error)
    • Exception or Error occured
  • No labels