Comment 1 for bug 1632891

Revision history for this message
Rahul U Nair (rahulunair) wrote :

This is because get_test_cases method in datagen.py for fuzz tests require information on the init_req and this was given by the call to init_req. A possible way to fix this is to check if the init_req call is from dry_run and not actually send the request, but create the request object so that a init_req would be present.