Add interop-tempest-consistency job in Tempest gate

interop provided the interop-tempest-consistency job[1]
which will check the consistency between Tempest tests and
those used in interop guidelines.

If Tempest will change/remove any tests which are being used
in interop guidelines, this job should be able to detect that.

Till now we used to check such consistency by manual review
which obviously cannot be perfect always.

As first, I am adding it as n-v job and soon we should make it
voting as per its stability.

[1] https://github.com/openstack/interop/blob/1528548993709ab7f4410d63d772a2f238689e37/zuul.d/jobs.yaml#L2

Change-Id: Id7ab566f3d3c8239b6bd5d8357722486dc400d7e
diff --git a/.zuul.yaml b/.zuul.yaml
index 9569a55..772ec49 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -362,6 +362,9 @@
             irrelevant-files: *tempest-irrelevant-files
         - tempest-full:
             irrelevant-files: *tempest-irrelevant-files
+        - interop-tempest-consistency:
+            voting: false
+            irrelevant-files: *tempest-irrelevant-files
     gate:
       jobs:
         - nova-multiattach: