diff --git a/.zuul.yaml b/.zuul.yaml
index 7967ce463..db453c37c 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -10,11 +10,13 @@
     check:
       jobs:
         - neutron-fwaas-functional
+        - neutron-tempest-plugin-fwaas
         - neutron-fwaas-v2-dsvm-tempest-multinode:
             voting: false
     gate:
       jobs:
         - neutron-fwaas-functional
+        - neutron-tempest-plugin-fwaas
     experimental:
       jobs:
         - neutron-fwaas-fullstack
diff --git a/lower-constraints.txt b/lower-constraints.txt
index 5e39c9945..005d4d58d 100644
--- a/lower-constraints.txt
+++ b/lower-constraints.txt
@@ -14,6 +14,7 @@ coverage==4.0
 debtcollector==1.2.0
 decorator==4.1.0
 deprecation==1.0
+ddt==1.0.1
 doc8==0.6.0
 docutils==0.11
 dogpile.cache==0.6.2
diff --git a/test-requirements.txt b/test-requirements.txt
index 7973648e5..39e2bc008 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -18,5 +18,6 @@ WebTest>=2.0.27 # MIT
 oslotest>=3.2.0 # Apache-2.0
 PyMySQL>=0.7.6 # MIT License
 psycopg2>=2.7.3 # LGPL/ZPL
+ddt>=1.0.1 # MIT
 doc8>=0.6.0 # Apache-2.0
 Pygments>=2.2.0 # BSD