How you solved this issue of syntax error. We are getting the same error: # rally -v task start rally/doc/samples/tasks/scenarios/vm/boot-runcommand- delete.json Command failed, please check log for more info 2014-09-01 07:31:52.606 9155 CRITICAL rally [-] ParserError: while parsing a flow mapping in "<string>", line 23, column 24: "context": { ^ expected ',' or '}', but got '<scalar>' in "<string>", line 28, column 18: "neutron_network": { ^ 2014-09-01 07:31:52.606 9155 TRACE rally Traceback (most recent call last): 2014-09-01 07:31:52.606 9155 TRACE rally File "/usr/local/bin/rally", line 10, in <
Any clue? Thanks On Sat, Aug 30, 2014 at 12:42 AM, Ajay Kalambur (akalambu) < akala...@cisco.com> wrote: > Hi > I am trying to run the Rally scenario boot-runcommand-delete. This > scenario has the following code > def boot_runcommand_delete(self, image, flavor, > script, interpreter, username, > fixed_network="private", > floating_network="public", > ip_version=4, port=22, > use_floatingip=True, **kwargs): > server = None > floating_ip = None > try: > print "fixed network:%s floating network:%s" > %(fixed_network,floating_network) > server = self._boot_server( > self._generate_random_name("rally_novaserver_"), > image, flavor, key_name='rally_ssh_key', **kwargs) > > * self.check_network(server, fixed_network)* > > 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 > 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 > rally task start boot-and-delete.json > > And reports results. First what am I missing in this case. Thing is I am > using neutron not nova-network > Second when most of the steps in the scenario failed like attaching to > network, ssh and run command why bother reporting the results > > Ajay > > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev@lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > >
_______________________________________________ OpenStack-dev mailing list OpenStack-dev@lists.openstack.org http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev