FYI, I am using new variable names to run this test: -v USER_HOME:$HOME -v WORKSPACE:/home/vagrant/controller-lithium -v BUNDLEFOLDER:distribution-karaf-0.3.4-SNAPSHOT -v NUM_ODL_SYSTEM:3 -v ODL_SYSTEM_1_IP:192.168.0.101 -v ODL_SYSTEM_2_IP:192.168.0.102 -v ODL_SYSTEM_3_IP:192.168.0.103 -v ODL_SYSTEM_USER:vagrant -v NUM_TOOLS_SYSTEM:1 -v TOOLS_SYSTEM_IP:192.168.0.20 -v TOOLS_SYSTEM_USER:vagrant
By default Robot FW will ssh the mininet VM at $TOOLS_SYSTEM_IP using user=$TOOLS_SYSTEM_USER (or $MININET_USER) and public keys stored in $USER_HOME. Please make sure both things are correct by doing ssh $TOOLS_SYSTEM_USER@$TOOLS_SYSTEM_IP on a robot VM shell. BR/Luis > On Jan 18, 2016, at 4:28 AM, 한솔 <[email protected]> wrote: > > Thank you for reply. > > Your comment is helpful to me. However, still result in error. > > The first two items were only pass the rest have failed. > > One of failure as below : > > Start Mininet Multiple Connections :: Start mininet with connection to all > cluster instances. | FAIL | > Login with public key failed for user 'jenkins'. > > To resolve the above error, I reinstalled the jenkins and reset the public > key of user 'jenkins' > > I'm using a lithium-0.3.0, I wonder that additional things should be > installed. > > > Thanks > Han > > 2016-01-18 18:24 GMT+09:00 Sanjib Mohapatra <[email protected]>: > Hi > > > > I test it as below, it works. > > > > pybot -L TRACE -v KARAF_HOME:/home/mininet/controller-Li/deploy/current/odl > -v MININET_USER:mininet -v USER_HOME:/home/mininet -v > CONTROLLER:10.183.181.51 -v CONTROLLER1:10.183.181.52 -v > CONTROLLER2:10.183.181.53 -v USER:root -v PASSWORD:rootroot -v > WORKSPACE:/home/mininet -v BUNDLEFOLDER:/home/mininet/controller-Li -v > DEFAULT_LINUX_PROMPT:\# -v CONTROLLER_STOP_TIMEOUT:300 -v NUM_ODL_SYSTEM:3 -v > MININET_PASSWORD:rootroot 020__Cluster_HA_Leader_Follower_Failover.robot > > > > PS: the above given 020__Cluster_HA_Leader_Follower_Failover.robot script > has not been checked in yet. > > > > Thanks > > Sanjib > > > > From: [email protected] > [mailto:[email protected]]On Behalf Of ?? > Sent: 18 January 2016 14:17 > To: [email protected]; > [email protected] > Subject: Re: [integration-dev] [openflowplugin-dev] A Question about OF > clustering robot test > > > > Hi, everyone. > > > > I have a question about OF clustering robot > test(010__Cluster_HA_Owner_Failover.robot). > > > > I want to show master/slave controllers about switches and failover test > result. So, I try to run that robot test. > > > > I enter command -v NUM_ODL_SYSTEM:3 -v ODL_SYSTEM_1_IP:192.168.56.110 -v > ODL_SYSTEM_2_IP:192.168.56.111 -v ODL_SYSTEM_3_IP:192.168.56.112 -v > MININET:192.168.56.109 -v MININET_USER:$USER -v USER_HOME:/home/ubuntu > > > > but It isn't work. most of test cases were fail. > > > > command is wrong? If this command is right, how can I fixed it? > > > > > > > _______________________________________________ > integration-dev mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/integration-dev _______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
