+neutron-lbaas (1:2015.1.0-1~u14.04+mos2) mos7.0; urgency=medium
+
+ * Fix python-oslo-* naming scheme
+ #LP 1459494
+ * Disable unit tests execution during building
+
+ -- Sergey Kolekonov <skolekonov@mirantis.com> Thu, 28 May 2015 15:05:54 +0300
+
neutron-lbaas (1:2015.1.0-1~u14.04+mos1) mos7.0; urgency=medium
* Updated specs for stable/kilo
python-netaddr (>= 0.7.12),
python-novaclient (>= 1:2.22.0),
python-openssl (>= 0.11),
- python-oslo-config (>= 1:1.9.3),
- python-oslo-db (>= 1.7.0),
- python-oslo-log (>= 1.0.0),
- python-oslo-messaging (>= 1.8.0),
- python-oslo-rootwrap (>= 1.6.0),
- python-oslo-serialization (>= 1.4.0),
- python-oslo-utils (>= 1.4.0),
+ python-oslo.config (>= 1:1.9.3),
+ python-oslo.db (>= 1.7.0),
+ python-oslo.log (>= 1.0.0),
+ python-oslo.messaging (>= 1.8.0),
+ python-oslo.rootwrap (>= 1.6.0),
+ python-oslo.serialization (>= 1.4.0),
+ python-oslo.utils (>= 1.4.0),
python-oslotest (>= 1.5.1),
python-pbr (>= 0.10),
python-pyasn1,
# neutron_lbaas.tests.unit.common.tls_utils.test_cert_parser.TestTLSParseUtils.test_read_private_key
# neutron_lbaas.tests.unit.services.loadbalancer.agent.test_agent.TestLbaasService.test_main
SKIPTEST := (?!.*TestTLSParseUtils.test_read_private_key.*)(?!.*TestLbaasService.test_main.*)
-ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
rm -rf .testrepository
testr init && \
set -e && \