Update series metadata, test combos and readme

This commit is contained in:
Ryan Beisner 2018-04-10 14:33:49 +00:00
parent 74e4cd4ae4
commit 379d06a39e
5 changed files with 8 additions and 25 deletions

3
.gitignore vendored
View File

@ -7,10 +7,11 @@ tags
*.pyc
.unit-state.db
tests/*.img
trusty
.idea
.stestr
.local
.pydevproject
repo-info
results*.txt
func-results.json
__pycache__

View File

@ -1,3 +1,8 @@
# Notice
This charm has been tested with Trusty and Xenial series. Bionic series
is enabled, but is still under testing and in development.
# Overview
This charm provides a service that syncs your OpenStack cloud's

View File

@ -10,7 +10,7 @@ tags:
series:
- trusty
- xenial
- yakkety
- bionic
subordinate: false
provides:
simplestreams-image-service:

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 Glance deployment on artful-pike."""
from basic_deployment import GlanceBasicDeployment
if __name__ == '__main__':
deployment = GlanceBasicDeployment(series='artful')
deployment.run_tests()