Hello, How to run external tempest plugins in the gating? Now tempest doesn't containt thirdparty tests... They was removed in [1]. And now they present in someone repository [2] and in several forks. I know how to run tempest plugin in the gating if tempest plugin is contained in one of installed package. (I did such job for ec2api gating [3]) But what is the way to run tempest plugin in gating when this plugin is implemented in external repository that link to it doesn't present neither in requirements.txt nor in other places? [1] https://review.openstack.org/#/c/222737/ [2] https://github.com/mtreinish/tempest_ec2 [3] https://review.openstack.org/#/c/246890/ -- Kind regards, Andrey Pavlov.