generated_tests: Add workaround for the path to the abc module
collections.Sequence will be removed in python 3.8 in favor to collections.abc.Sequence however collections.abc is absent in python 2.7
Signed-off-by: Illia Iorin illia.iorin@globallogic.com
Edited by Illia Iorin