Skip to content

Changes

Started by timer
Started 23 hr ago
Queued 0.4 sec
Took 7 min 54 sec on simtester

Summary

  1. pySim-shell_test/euicc: fix testcase method name (details)
  2. saip-tool: rename parser_tree correctly (details)
  3. esim/http_json_api: add alternative API interface (details)
  4. ModemATCommandLink: fix SyntaxWarning: invalid escape sequence '\+' (details)
  5. es2p.py: also allow 18 digit ICCID (details)
  6. pySim.esim.saip: Fix docstring warnings: (details)
  7. pysim.utils.decomposeATR: Fix docutils warning (details)
  8. pySim.esim.saip.personalization: Fix docstring error (details)
  9. pySim.esim.saip.personalization: Fix docstring errors + warnings (details)
Commit 39d744010a1d52d2bfbd4d3b7b29ef3dcd817e21 by pmaier@sysmocom.de
pySim-shell_test/euicc: fix testcase method name

We have two test_enable_disable_profile method, the second one should
be called test_set_nickname.

Change-Id: I5ff79218fdafc8c42c8b58cc00be3e56e09d808b
The file was modifiedtests/pySim-shell_test/euicc/test.py
Commit c6fa2b400793f11e31d724efa68fbb1a1e1b0d67 by laforge
saip-tool: rename parser_tree correctly

parser_info is already defined and this seems to be a copy/paste
accident.

Change-Id: Icc30dbf02a266211fa4d3aee8e7cec14185e716c
The file was modifiedcontrib/saip-tool.py
Commit f9d7c82b4d8713ec058a80da8abe9846754f8e04 by laforge
esim/http_json_api: add alternative API interface

unfortunately the API changes introduced in change

I277aa90fddb5171c4bf6c3436259aa371d30d092

broke the API interface of http_json_api.py. This was taken into
account and necessary to introduce add the server functionality next
to the already existing client functionality. The changes to the API
were minimal and all code locations that use http_json_api.py
were re-aligned.

Unfortunately it was not clear at this point in time that there are
out-of-tree projects that could be affected by API changes in
http_json_api.py

To mitigate the problem this patch introduces an alternative API
interface to the JsonHttpApiFunction base class. This alternative
API interface works like the old API interface when the class is
instantiated in the original way. To make use of the revised client
the API use has to pass an additional keyword argument that defines
the role.

Related: SYS#7866
Change-Id: I2a5d4b59b12e08d5eae7a1215814d3a69c8921f6
The file was modifiedpySim/esim/http_json_api.py
Commit a297cdba736e1a9e6d7b3c0b0c691efb63238fe6 by laforge
ModemATCommandLink: fix SyntaxWarning: invalid escape sequence '\+'

Change-Id: If8de5299a4dc5a8525ef6657213db95d30e3c83b
Fixes: OS#6948
The file was modifiedpySim/transport/modem_atcmd.py
Commit 07a3978748101d8043df7c97f2f77c5f0ba3be7d by laforge
es2p.py: also allow 18 digit ICCID

While at it, also use tuples (const) instead of lists (var).

Tweaked-by: nhofmeyr@sysmocom.de (docstring, tuples)
Change-Id: Iaa6e710132e3f4c6cecc5ff786922f6c0fcfb54e
The file was modifiedpySim/esim/es2p.py
Commit edfac2682464b3a2597deb6807f3bb99d55f789c by laforge
pySim.esim.saip: Fix docstring warnings:

this fixes the following two warnings:

pySim/esim/saip/__init__.py:docstring of pySim.esim.saip.FsNode.walk:1: WARNING: Inline strong start-string without end-string. [docutils]
pySim/esim/saip/__init__.py:docstring of pySim.esim.saip.FsNodeDF.walk:1: WARNING: Inline strong start-string without end-string. [docutils]

Change-Id: Id7debf9296923b735f76623808cee68967a1ece7
The file was modifiedpySim/esim/saip/__init__.py
Commit d7901ef08d3e308e2e463c2ec6ac52695040178d by laforge
pysim.utils.decomposeATR: Fix docutils warning

pySim/utils.py:docstring of pySim.utils.decomposeATR:9: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]

Change-Id: Ifda4ba15014ba97634fd5bd5c9b19d9110f4670e
The file was modifiedpySim/utils.py
Commit 0f99598b34b6e1f69c8003682797352326d6d866 by laforge
pySim.esim.saip.personalization: Fix docstring error

pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.MilenageXoringConstants:4: ERROR: Unexpected indentation. [docutils]

Change-Id: If6ae360b7f74c095fa9075ae9aa988440496e6de
The file was modifiedpySim/esim/saip/personalization.py
Commit 7ee7173a2fd28ab7f87a8c1fea23b741943ece7b by laforge
pySim.esim.saip.personalization: Fix docstring errors + warnings

pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:27: ERROR: Unexpected indentation. [docutils]
pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:29: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:34: ERROR: Unexpected indentation. [docutils]
pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:35: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]
pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:52: ERROR: Unexpected indentation. [docutils]
pysim/pySim/esim/saip/personalization.py:docstring of pySim.esim.saip.personalization.ConfigurableParameter:53: WARNING: Block quote ends without a blank line; unexpected unindent. [docutils]

Change-Id: I3918308856c3a1a5e6e90561c3e2a6b88040670d
The file was modifiedpySim/esim/saip/personalization.py