cli: remove 'port' option 96/189396/2
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 17 Sep 2018 08:34:10 +0000 (11:34 +0300)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 17 Sep 2018 10:46:48 +0000 (13:46 +0300)
The 'port' option is obsolete.

Change-Id: I02fa58bda7f867f74951dec451181f975b2cfab9
Signed-off-by: Vyacheslav Cherkashin <v.cherkashin@samsung.com>
src/cli/example/emulator.py
src/cli/swap_cli/docs/README.md

index 94751f7eefa40e15c9d6afbd606aef9cba07e3ec..26d953822a491c367694b21c8453f9502139d7e3 100644 (file)
@@ -2,7 +2,6 @@ api_version = '1.0'
 
 connection = {
         'ip': "127.0.0.1",
-        'port': 8001,
 
         'type': "sdb",
         'type_info': {
index 114a1755bedeb4735f3beebbc175b88de11a10c1..f97462c6eace676c9d1eadd1ec0b0bea7c34f59b 100644 (file)
@@ -33,10 +33,9 @@ config files:
 |                 |                                                                          | ```api_version``` - used to verify compatibility of different config files |
 |                 | connection = {                                                           |                                                                            |
 |                 |     'ip': "127.0.0.1",                                                   | ```connection``` - dictionary, containing data about the connection with   |
-|                 |     'port': 8001,                                                        | the target                                                                 |
-|                 |                                                                          |                                                                            |
-|                 |     'type': "sdb",                                                       | * ```ip``` - target IP address                                             |
-|                 |     'type_info': {                                                       | * ```port``` - target port                                                 |
+|                 |                                                                          | the target                                                                 |
+|                 |     'type': "sdb",                                                       |                                                                            |
+|                 |     'type_info': {                                                       | * ```ip``` - target IP address                                             |
 |                 |         'target': 'emulator',                                            |                                                                            |
 |                 |     },                                                                   | * ```type``` - target connection type. Possible values:                    |
 |                 | }                                                                        |                                                                            |