<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif;">
<div>Hi</div>
<div>I am trying to run the Rally scenario boot-runcommand-delete. This scenario has the following code</div>
<div>
<div> def boot_runcommand_delete(self, image, flavor,</div>
<div>                               script, interpreter, username,</div>
<div>                               fixed_network="private",</div>
<div>                               floating_network="public",</div>
<div>                               ip_version=4, port=22,</div>
<div>                               use_floatingip=True, **kwargs):</div>
</div>
<div>
<div>  server = None</div>
<div>        floating_ip = None</div>
<div>        try:</div>
<div>            print "fixed network:%s floating network:%s" %(fixed_network,floating_network)</div>
<div>            server = self._boot_server(</div>
<div>                self._generate_random_name("rally_novaserver_"),</div>
<div>                image, flavor, key_name='rally_ssh_key', **kwargs)</div>
<div><br>
</div>
<div><b>            self.check_network(server, fixed_network)</b></div>
</div>
<div><br>
</div>
<div>The question I have is the instance is created with a call to boot_server but no networks are attached to this server instance. Next step it goes and checks if the fixed network is attached to the instance and sure enough it fails</div>
<div>At the step highlighted in bold. Also I cannot see this failure unless I run rally with –v –d object. So it actually reports benchmark scenario numbers in a table with no errors when I run with</div>
<div>rally task start boot-and-delete.json</div>
<div><br>
</div>
<div>And reports results. First what am I missing in this case. Thing is I am using neutron not nova-network</div>
<div>Second when most of the steps in the scenario failed like attaching to network, ssh and run command why bother reporting the results</div>
<div><br>
</div>
<div>Ajay</div>
<div><br>
</div>
</body>
</html>