kgiusti / ombt

oslo messaging benchmarking tool
Apache License 2.0
3 stars 5 forks source link

Add listener pool arg #28

Closed ajssmith closed 6 years ago

kgiusti commented 6 years ago

Need to fix the 'notify' stand alone test:

$ ./ombt2 --url amqp://localhost:5672 notify Traceback (most recent call last): File "./ombt2", line 1516, in sys.exit(main()) File "./ombt2", line 1492, in main 'notifier': notifier}[args.mode](cfg, args) File "./ombt2", line 1215, in notify_standalone args.pool) AttributeError: 'Namespace' object has no attribute 'pool'