Re: Running Roboto Tests locally?
Christopher O'SHEA <christopher.o.shea@...>
Hi Tony,
pybot -v CONTROLLER:127.0.0.1 -v MININET:127.0.0.1 -v USER_HOME:${HOME} -v MININET_USER:${USER} ${HOME}/integration/test/csit/suites/base/
Should be the command to run,
Just need to make sure your SSH key exchange so that robot can ssh into localhost to start mini net.
Chris
From: "Tony Tkacik -X (ttkacik - Pantheon Technologies SRO at Cisco)" <ttkacik@...>
Date: Wednesday, May 7, 2014 at 9:59 AM
To: "integration-dev@..." <integration-dev@...>
Subject: Re: [integration-dev] Running Roboto Tests locally?
Date: Wednesday, May 7, 2014 at 9:59 AM
To: "integration-dev@..." <integration-dev@...>
Subject: Re: [integration-dev] Running Roboto Tests locally?
Hi,
The reason for this is instability in openflow plugin test-cases,
I noticed several run of same controller build (triggered by ovsdb or bgpcep)
yelded different results, this may be caused since MD-SAL and Openflow 1.3
is highly asynchronous, I noticed that tests sometimes waits and try, which
may sometimes not succeed.
So I want to identify this potential tests and figure out how to improve
testing of asynchronous actions.
Tony
From: Tony Tkacik -X (ttkacik - Pantheon Technologies SRO at Cisco)
Sent: Wednesday, May 07, 2014 6:40 PM
To: integration-dev@...
Subject: Running Roboto Tests locally?
Sent: Wednesday, May 07, 2014 6:40 PM
To: integration-dev@...
Subject: Running Roboto Tests locally?
Hi,
I am interested to run / execute roboto test locally,
To reproduce errors you are seeing in roboto
Tony