summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-19 23:24:30 +0100
committerOndřej Nový <ondrej.novy@firma.seznam.cz>2016-11-20 20:50:02 +0100
commitd555000f5f47e2e4e1470168931ed7fb8b5f8e9b (patch)
tree7b415e66d56010a961e6f99af4c37ed9590f1456
parentb4633d91a639d737a5e4566f8106f883c9ed4a40 (diff)
downloadswift-d555000f5f47e2e4e1470168931ed7fb8b5f8e9b.tar.gz
Removed "in-process-" from func env tox name and added bindep.txt
This shorten shebang in infra, because we are hitting 128 bytes limit. Added bindep.txt, which is needed for infra Change-Id: I02477d81b836df71780942189d37d616944c4dce (cherry picked from commit 5d7a3a4 and aab2cee)
-rw-r--r--bindep.txt17
-rw-r--r--tox.ini2
2 files changed, 18 insertions, 1 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 000000000..2fef68fdd
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,17 @@
+# This is a cross-platform list tracking distribution packages needed by tests;
+# see http://docs.openstack.org/infra/bindep/ for additional information.
+
+build-essential [platform:dpkg]
+gcc [platform:rpm]
+gettext
+liberasurecode-dev [platform:dpkg]
+liberasurecode-devel [platform:rpm]
+libffi-dev [platform:dpkg]
+libffi-devel [platform:rpm]
+memcached
+python-dev [platform:dpkg]
+python-devel [platform:rpm]
+rsync
+xfsprogs
+libssl-dev [platform:dpkg]
+openssl-devel [platform:rpm]
diff --git a/tox.ini b/tox.ini
index f016316c4..a095887d4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -48,7 +48,7 @@ commands =
[testenv:func]
commands = ./.functests {posargs}
-[testenv:func-in-process-fast-post]
+[testenv:func-fast-post]
commands = ./.functests {posargs}
setenv = SWIFT_TEST_IN_PROCESS=1
SWIFT_TEST_IN_PROCESS_OBJECT_POST_AS_COPY=False