Fix for Simulator code

The simulator has a bug since it is not passing all the necessary
parameters.

This patch fixes it.

Change-Id: I5e1d1c80f19d13228886b5ba71b9f116b21179ec
This commit is contained in:
Fabio Giannetti 2015-10-07 09:53:09 -07:00
parent 1b61b4dfbc
commit b173ad05a6
1 changed files with 2 additions and 1 deletions

View File

@ -363,7 +363,8 @@ def main():
elif args.mode == 'notify-client':
threads_spawner(args.threads, notifier, transport, args.messages,
args.wait_after_msg, args.timeout, args.service,
args.action)
args.action, args.project_id, args.resource_id,
args.load_date)
elif args.mode == 'rpc-client':
start = datetime.datetime.now()
threads_spawner(args.threads, send_msg, transport, target,