From 356e109614cc3e673fdc76309333401256df3617 Mon Sep 17 00:00:00 2001 From: Jens Harbott Date: Fri, 9 Mar 2018 09:42:53 +0100 Subject: [PATCH] Fix some minor issues in testing doc Some small errors prevent 1:1 following of the doc. Change-Id: Idbf9d44c687e80efd27bb67c136faf870a1332ad --- doc/source/contributor/testing.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/source/contributor/testing.rst b/doc/source/contributor/testing.rst index a1835013..d8497b76 100644 --- a/doc/source/contributor/testing.rst +++ b/doc/source/contributor/testing.rst @@ -324,7 +324,7 @@ Service Test .. code-block:: console - $ neutron subnet-create --name selfservice --subnetpool private \ + $ neutron subnet-create --name selfservice --subnetpool selfservice \ --prefixlen 24 private Created a new subnet: +-------------------+--------------------------------------------+ @@ -433,7 +433,7 @@ Service Test .. code-block:: console $ neutron bgp-speaker-network-add bgp-speaker provider - Added network provider to BGP speaker bgpspeaker. + Added network provider to BGP speaker bgp-speaker. * Verify the association of the provider network with the BGP speaker. @@ -441,7 +441,7 @@ Service Test .. code-block:: console - $ neutron bgp-speaker-show bgpspeaker + $ neutron bgp-speaker-show bgp-speaker +-----------------------------------+--------------------------------------+ | Field | Value | +-----------------------------------+--------------------------------------+ @@ -460,7 +460,7 @@ Service Test .. code-block:: console - $ neutron bgp-speaker-advertiseroute-list bgpspeaker + $ neutron bgp-speaker-advertiseroute-list bgp-speaker +-------------+------------+ | destination | next_hop | +-------------+------------+