create own instance of trans_dict for every object and use it for translation
jscotka opened this issue · 0 comments
jscotka commented
When multihost testing there is just one global trans_dict instance, so that it causes that when command like {GUESTIPADD} or {GUESTPACKAGER} is used, it leads to use same values for multiple instance.
It has to be copied to Common class and set and use this instance dict.