From 246ab4045a29cf50cf65a094c1fca452c417393a Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Sun, 21 Apr 2019 15:56:13 -0500 Subject: [PATCH] Followup opendev cleanup and test jobs Change-Id: Ica4ad64c50e32c717478ed43015d6bbdd4759b89 Signed-off-by: Dean Troyer --- .zuul.yaml | 3 ++- tox.ini | 14 +++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index dead2aab..d0671f98 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -27,7 +27,8 @@ tox_envlist: pylint required-projects: - starlingx/config + - starlingx/distcloud-client - starlingx/fault - starlingx/update - starlingx/nfv - - starlingx/ha \ No newline at end of file + - starlingx/ha diff --git a/tox.ini b/tox.ini index 7e71934e..c7fc34d3 100644 --- a/tox.ini +++ b/tox.ini @@ -50,13 +50,13 @@ usedevelop = False skip_install = True deps = {[testenv]deps} git+git://github.com/starlingx-staging/stx-horizon.git - git+git://github.com/starlingx-staging/stx-distcloud-client.git - -e{[tox]stxdir}/stx-config/sysinv/cgts-client/cgts-client - -e{[tox]stxdir}/stx-config/sysinv/sysinv/sysinv - -e{[tox]stxdir}/stx-fault/python-fmclient/fmclient - -e{[tox]stxdir}/stx-update/cgcs-patch/cgcs-patch - -e{[tox]stxdir}/stx-nfv/nfv/nfv-client - -e{[tox]stxdir}/stx-ha/service-mgmt-client/sm-client + -e{[tox]stxdir}/distcloud-client + -e{[tox]stxdir}/config/sysinv/cgts-client/cgts-client + -e{[tox]stxdir}/config/sysinv/sysinv/sysinv + -e{[tox]stxdir}/fault/python-fmclient/fmclient + -e{[tox]stxdir}/update/cgcs-patch/cgcs-patch + -e{[tox]stxdir}/nfv/nfv/nfv-client + -e{[tox]stxdir}/ha/service-mgmt-client/sm-client requests-toolbelt pylint commands =