Fix Jenkins build 54/73554/1
authorGwenael Lambrouin <gwenael.lambrouin@orange.com>
Mon, 17 Oct 2022 15:28:38 +0000 (17:28 +0200)
committerGwenael Lambrouin <gwenael.lambrouin@orange.com>
Mon, 17 Oct 2022 15:57:05 +0000 (17:57 +0200)
- docs: fix broken link
- pep8: fix missing space

Change-Id: I421d5a8e10b4e63c379c99f306813ade15f1f7a2
Signed-off-by: Gwenael Lambrouin <gwenael.lambrouin@orange.com>
docs/testing/user/userguide/xtesting.rst
nfvbench/chaining.py

index 49ac51d..0adfdda 100644 (file)
@@ -6,7 +6,7 @@ NFVbench Xtesting test cases and Xtesting CI integration
 --------------------------------------------------------
 
 NFVbench can leverages on `Xtesting CI <https://galaxy.ansible.com/collivier/xtesting>`_ and the common test case execution proposed by `Xtesting <https://xtesting.readthedocs.io/en/latest/>`_.
-Thanks to a simple test case list, this tool deploys anywhere plug-and-play `CI/CD toolchains in a few commands <https://wiki.opnfv.org/pages/viewpage.action?pageId=32015004>`_.
+Thanks to a simple test case list, this tool deploys anywhere plug-and-play `CI/CD toolchains in a few commands <https://github.com/collivier/ansible-role-xtesting/blob/master/README.md>`_.
 In addition, it supports multiple components such as Jenkins and Gitlab CI (test schedulers) and multiple deployment models such as all-in-one or centralized services.
 
 NFVbench using Xtesting and Xtesting CI will permit:
index 5248d01..d6f67f9 100644 (file)
@@ -1541,7 +1541,7 @@ class ChainManager(object):
             hypervisor = self.get_hypervisor_from_mac(dst_mac)
             if hypervisor:
                 LOG.info('Found hypervisor for EXT chain: %s', hypervisor.hypervisor_hostname)
-                return[':' + hypervisor.hypervisor_hostname]
+                return [':' + hypervisor.hypervisor_hostname]
         # no openstack = no chains
         return []