630d8125d9
added debian platform in bindep.txt and dummy object in dump_as_bytes() function in test_controller.py Change-Id: I0802eed1dd33edfcb4e3403b4f8abea3a8abcac8
13 lines
410 B
Plaintext
13 lines
410 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
gettext [test]
|
|
|
|
mysql-client [platform:dpkg !platform:debian]
|
|
mysql-server [platform:dpkg !platform:debian]
|
|
postgresql
|
|
postgresql-client [platform:dpkg]
|
|
postgresql-server [platform:rpm]
|
|
mariadb [platform:rpm]
|
|
mariadb-server [platform:rpm platform:debian]
|