dexter has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/pysim refs/changes/75/42075/1
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")
--
To view, visit https://gerrit.osmocom.org/c/pysim/+/42075?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5ff79218fdafc8c42c8b58cc00be3e56e09d808b
Gerrit-Change-Number: 42075
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <[email protected]>