Update functional test definitions

Change-Id: Ie51d982677dbd579abdc08d2b487f5369ea01e9e
This commit is contained in:
Frode Nordahl 2019-07-17 14:58:33 +02:00 committed by Liam Young
parent 58054337d5
commit c4ca166f85
3 changed files with 2 additions and 26 deletions

View File

@ -61,7 +61,7 @@ class DesignateBindDeployment(amulet_deployment.OpenStackAmuletDeployment):
"""
this_service = {'name': 'designate-bind'}
other_services = [
{'name': 'percona-cluster', 'constraints': {'mem': '3072M'}},
self.get_percona_service_entry(),
{'name': 'rabbitmq-server'},
{'name': 'keystone'},
{'name': 'memcached', 'location': 'cs:memcached'},

View File

@ -1,24 +0,0 @@
#!/usr/bin/env python
# Copyright 2016 Canonical Ltd
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
"""Amulet tests on a basic designate-bind deployment on rocky."""
from basic_deployment import DesignateBindDeployment
if __name__ == '__main__':
deployment = DesignateBindDeployment(series='cosmic')
deployment.run_tests()

View File

@ -35,7 +35,7 @@ commands =
# Run a specific test as an Amulet smoke test (expected to always pass)
basepython = python2.7
commands =
bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-rocky --no-destroy
bundletester -vl DEBUG -r json -o func-results.json gate-basic-bionic-stein --no-destroy
[testenv:func27-dfs]
# Run all deploy-from-source tests which are +x (may not always pass!)