Skip to content

Commit

Permalink
Fixed incorrect connection list output in readme files
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Maier <andreas.r.maier@gmx.de>
  • Loading branch information
andy-maier committed May 9, 2020
1 parent e167174 commit 1362bba
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 10 deletions.
21 changes: 16 additions & 5 deletions README.rst
Expand Up @@ -177,11 +177,22 @@ the server:
.. code-block:: text
$ pywbemcli connection list
WBEM server connections: (#: default, *: current)
name server namespace user timeout verify mock-server
------ ----------------- ----------- ------ --------- -------- --------------------------------------
assoc1 root/cimv2 30 True tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost root/cimv2 user 30 False
WBEM server connections(brief): (#: default, *: current)
name server mock-server
------ ----------------- --------------------------------------
assoc1 tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost
* List the persistent connection definitions with full information:

.. code-block:: text
$ pywbemcli connection list --full
WBEM server connections(full): (#: default, *: current)
name server namespace user timeout use_pull verify certfile keyfile mock-server
------ ----------------- ----------- ------ --------- ---------- -------- ---------- --------- --------------------------------------
assoc1 root/cimv2 30 True tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost root/cimv2 user 30 True False
* Show the class tree, using the previously added connection definition ``assoc1``:

Expand Down
21 changes: 16 additions & 5 deletions README_PYPI.rst
Expand Up @@ -90,11 +90,22 @@ the server:
.. code-block:: text
$ pywbemcli connection list
WBEM server connections: (#: default, *: current)
name server namespace user timeout verify mock-server
------ ----------------- ----------- ------ --------- -------- --------------------------------------
assoc1 root/cimv2 30 True tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost root/cimv2 user 30 False
WBEM server connections(brief): (#: default, *: current)
name server mock-server
------ ----------------- --------------------------------------
assoc1 tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost
* List the persistent connection definitions with full information:

.. code-block:: text
$ pywbemcli connection list --full
WBEM server connections(full): (#: default, *: current)
name server namespace user timeout use_pull verify certfile keyfile mock-server
------ ----------------- ----------- ------ --------- ---------- -------- ---------- --------- --------------------------------------
assoc1 root/cimv2 30 True tests/unit/simple_assoc_mock_model.mof
conn1 https://localhost root/cimv2 user 30 True False
* Show the class tree, using the previously added connection definition ``assoc1``:

Expand Down
2 changes: 2 additions & 0 deletions docs/changes.rst
Expand Up @@ -20,6 +20,8 @@ Released: not yet

**Bug fixes:**

* Fixed incorrect connection list output in readme files (see issue #593).

**Enhancements:**

* Enabled installation using 'setup.py install' from unpacked source distribution
Expand Down

0 comments on commit 1362bba

Please sign in to comment.