Enable xenial-pike amulet test

Make default func27-smoke xenial-pike

Change-Id: I4b6137b3bfd7efc5611837d919dd6d635bc3ec7b
This commit is contained in:
Andrew McLeod 2017-11-21 12:19:59 +13:00
parent a780e72d81
commit e514d43c2c
2 changed files with 25 additions and 1 deletions

View File

@ -0,0 +1,24 @@
#!/usr/bin/env python
#
# Copyright 2017 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 Keystone LDAP Charm deployment on xenial-mitaka."""
from basic_deployment import KeystoneLDAPCharmDeployment
if __name__ == '__main__':
deployment = KeystoneLDAPCharmDeployment(series='xenial',
openstack='cloud:xenial-pike')
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-xenial-mitaka --no-destroy
bundletester -vl DEBUG -r json -o func-results.json gate-basic-xenial-pike --no-destroy
[testenv:func27-dfs]
# Run all deploy-from-source tests which are +x (may not always pass!)