From dd87b2c64cb8b5a7fdb407c1114041c3c1e8429f Mon Sep 17 00:00:00 2001 From: Ryan Beisner Date: Wed, 23 Aug 2017 09:54:16 -0500 Subject: [PATCH] Remove deprecated series metadata and tests Change-Id: I640627c924271ff1d57e4aff334384235cbb9d07 --- src/metadata.yaml | 1 - src/tests/gate-basic-yakkety-newton | 24 ------------------------ 2 files changed, 25 deletions(-) delete mode 100755 src/tests/gate-basic-yakkety-newton diff --git a/src/metadata.yaml b/src/metadata.yaml index 1a4d813..244f101 100644 --- a/src/metadata.yaml +++ b/src/metadata.yaml @@ -20,7 +20,6 @@ series: - xenial - zesty - trusty - - yakkety provides: neutron-plugin-api-subordinate: interface: neutron-plugin-api-subordinate diff --git a/src/tests/gate-basic-yakkety-newton b/src/tests/gate-basic-yakkety-newton deleted file mode 100755 index cc1853d..0000000 --- a/src/tests/gate-basic-yakkety-newton +++ /dev/null @@ -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 openvswitch ODL deployment on yakkety-newton.""" - -from basic_deployment import NeutronAPIODLBasicDeployment - -if __name__ == '__main__': - deployment = NeutronAPIODLBasicDeployment(series='yakkety', - odl_version='beryllium') - deployment.run_tests()