From: Claudio D. Gasparini Date: Thu, 26 Jan 2017 13:02:05 +0000 (+0100) Subject: BUG-7251: Remove pcepy X-Git-Tag: release/carbon~75 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=db328f0dd7e58a3e5f98ae96de398ac949661129;p=bgpcep.git BUG-7251: Remove pcepy Remove pcepy folder Change-Id: I571c9f8f646c0b8207a203a06a49a47649a59c83 Signed-off-by: Claudio D. Gasparini --- diff --git a/pcep/pcepy/README.txt b/pcep/pcepy/README.txt deleted file mode 100644 index c60e2104b1..0000000000 --- a/pcep/pcepy/README.txt +++ /dev/null @@ -1,5 +0,0 @@ -The "pcepy" python utility has removed from master branch: -https://git.opendaylight.org/gerrit/49937 - -The tox.ini file (and this whole) directory can be deleted -once bgpcep-verify-python-carbon job is deconfigured. diff --git a/pcep/pcepy/tox.ini b/pcep/pcepy/tox.ini deleted file mode 100644 index c342804619..0000000000 --- a/pcep/pcepy/tox.ini +++ /dev/null @@ -1,23 +0,0 @@ -# PCE and its handlers - -# Copyright (c) 2012,2013,2015 Cisco Systems, Inc. and others. All rights reserved. -# -# This program and the accompanying materials are made available under the -# terms of the Eclipse Public License v1.0 which accompanies this distribution, -# and is available at http://www.eclipse.org/legal/epl-v10.html - -[tox] -minversion = 1.6.0 -envlist = pep8 -skipsdist = true - -[testenv:pep8] -deps = - flake8 - pep8 -commands = flake8 - -[flake8] -show-source = True -max-line-length = 120 -exclude = .tox