BUG-7251: Remove pcepy 66/51066/2
authorClaudio D. Gasparini <cgaspari@cisco.com>
Thu, 26 Jan 2017 13:02:05 +0000 (14:02 +0100)
committerClaudio D. Gasparini <cgaspari@cisco.com>
Tue, 31 Jan 2017 16:37:01 +0000 (16:37 +0000)
Remove pcepy folder

Change-Id: I571c9f8f646c0b8207a203a06a49a47649a59c83
Signed-off-by: Claudio D. Gasparini <cgaspari@cisco.com>
pcep/pcepy/README.txt [deleted file]
pcep/pcepy/tox.ini [deleted file]

diff --git a/pcep/pcepy/README.txt b/pcep/pcepy/README.txt
deleted file mode 100644 (file)
index c60e210..0000000
+++ /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 (file)
index c342804..0000000
+++ /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