laforge has submitted this change. ( https://gerrit.osmocom.org/c/pysim/+/42075?usp=email )
Change subject: pySim-shell_test/euicc: fix testcase method name ......................................................................
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 --- M tests/pySim-shell_test/euicc/test.py 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified laforge: Looks good to me, approved
diff --git a/tests/pySim-shell_test/euicc/test.py b/tests/pySim-shell_test/euicc/test.py index b634f22..3cad859 100644 --- a/tests/pySim-shell_test/euicc/test.py +++ b/tests/pySim-shell_test/euicc/test.py @@ -56,7 +56,7 @@ self.runPySimShell(cardname, "test_enable_disable_profile.script") self.assertEqualFiles("enable_disable_profile.tmp")
- def test_enable_disable_profile(self): + def test_set_nickname(self): cardname = 'sysmoEUICC1-C2T'
self.runPySimShell(cardname, "test_set_nickname.script")