From 286162a7f2d6d4e499657b3fbcd738754e1cca60 Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Fri, 16 Oct 2015 16:13:56 +0000 Subject: [PATCH] fix relation check, remove varying unit data check --- tests/basic_deployment.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/basic_deployment.py b/tests/basic_deployment.py index f28df92b..2a3472d8 100644 --- a/tests/basic_deployment.py +++ b/tests/basic_deployment.py @@ -237,13 +237,6 @@ class NeutronAPIBasicDeployment(OpenStackAmuletDeployment): 'password': u.not_null } - if self._get_openstack_release() == self.precise_icehouse: - # Precise - expected['allowed_units'] = 'nova-cloud-controller/0 neutron-api/0' - else: - # Not Precise - expected['allowed_units'] = 'neutron-api/0' - ret = u.validate_relation_data(unit, relation, expected) if ret: message = u.relation_error('mysql shared-db', ret)