Initial commit based on current tempest
This creates the tempest plugin for horizon and duplicates
the existing horizon scenario test in tempest.
Change-Id: I9430b6cefc884ecc105e91ec19a07987aa70ef98
diff --git a/requirements.txt b/requirements.txt
new file mode 100644
index 0000000..02fa221
--- /dev/null
+++ b/requirements.txt
@@ -0,0 +1,12 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
+
+pbr<2.0,>=1.4
+Babel>=1.3
+# tempest>=6.0.0
+oslo.config>=2.3.0
+boto>=2.32.1
+oslo.log>=1.8.0 # Apache-2.0
+six>=1.9.0
+tempest>=10.0.0