Test only openstack official tempest plugins in plugin sanity job

tempest-tox-plugin-sanity-check job detect all the tempest plugins
even they are outside of openstack official projects. This caused
us a lot of issue where non-openstack plugins (in x/ namespace)
broke this job in regular interval. The number of non-openstack
plugins in NON_ACTIVE_LIST shows the fact:

- https://github.com/openstack/tempest/blob/a45d14bead8545840c644b869ba80bd60974a1b9/tools/generate-tempest-plugins-list.py#L37

Another point is that we do not have control to fix/maintain the
non-openstack plugins so if they are broken then we need to add
them in NON_ACTIVE_LIST and keep monitor when they are green.

Solving this by limiting the scope of tempest-tox-plugin-sanity-check
job to test the openstack official projects plugins only.

Change-Id: Ib9939de038f857498090fe0d9ba4211c64a5ab04
Signed-off-by: Ghanshyam Maan <gmaan.os14@gmail.com>
2 files changed