Update functional test definitions

Remove upstream py27 gate job as it is failing on a dependency and
the charm has been converted to py3.

Change-Id: Idfb4dd009190c25da4c845adb1c5dec9e39a6b8e
This commit is contained in:
Frode Nordahl 2019-07-17 14:59:11 +02:00
parent 5b21b6cea5
commit 1d1c732c97
No known key found for this signature in database
GPG Key ID: 6A5D59A3BA48373F
3 changed files with 2 additions and 26 deletions

View File

@ -1,5 +1,4 @@
- project:
templates:
- python-charm-jobs
- openstack-python35-jobs
- openstack-python36-jobs
- openstack-cover-jobs

View File

@ -1,23 +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 Gnocchi Charm deployment on cosmic-rocky."""
from basic_deployment import GnocchiCharmDeployment
if __name__ == '__main__':
deployment = GnocchiCharmDeployment(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-queens --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!)