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

Work in Progress

 

 

Objectives: Test onos on the platform level:

  • Pull latest onos (image, tar ball, etc)
  • Starting up onos 
  • Form a cluster
  • Activate and deactivate applications after startup

Test Suite: PLATdockertest

Test Cases #DescriptionPass/Fail CriteriaImplementation Status
1Set up test parameterspass: if params are setWIP
1000pre-test clean env: delete onos node if exists; delete images if existspass: if no containers in docker and no images in docker 
5pull "onosproject/onos:latest" image from docker repopass: if image is pull 
10start three onos containers as standalone onospass: if onos node IPs are obtained 
100check startup default apps in the correct statespass: if "drivers" is in ACTIVE and other apps in INSTALLED states 
110activate proxyARP and fwd apps; then deactivate those appspass: if apps in ACTIVE state when activated and apps in INSTALLED state when deactivated 
1000post-test clean envpass: if no containers and images left 
    
  • No labels