+// SPDX-License-Identifier: Apache-2.0
//
// Copyright (c) 2019 Intel Corporation
// Copyright (c) 2020 The Linux Foundation
-Subproject commit e3b47c77a181b5f5bd3a79802a46188adb6173ce
+Subproject commit 53f811d91411bf26a4acf00a9244c6ea0f4510d5
--- /dev/null
+// SPDX-License-Identifier: Apache-2.0
+//
+// Copyright (c) 2019 Intel Corporation
+// Copyright (c) 2020 The Linux Foundation
+//
+// 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.
reno
minversion = 3.7
skipsdist = True
+basepython = python3
[testenv:docs]
description = Build the documentation with sphinx
-basepython = python3
deps = -rrequirements.txt
extras = openstack
commands = sphinx-build -W -b html -n -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/html
[testenv:docs-linkcheck]
description = Check the documentation links with sphinx
-basepython = python3
deps = -rrequirements.txt
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees ./docs/ {toxinidir}/docs/_build/linkcheck
gradle wrapper --gradle-version {env:GRADLE_VER} --distribution-type all
./gradlew clean test
+[testenv:license]
+deps = lftools
+commands = lftools license check-dir -r '.+' vars
+
[testenv:pre-commit]
description = Precommit checks for black, gitlint, etc.
-basepython = python3
deps = pre-commit
commands =
pre-commit run --all-files --show-diff-on-failure
[testenv:reno]
description = OpenStack Reno checks
-basepython = python3
deps = reno
commands = reno {posargs:--help}