dexter has uploaded this change for review.

View Change

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 change 42075. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: pysim
Gerrit-Branch: master
Gerrit-Change-Id: I5ff79218fdafc8c42c8b58cc00be3e56e09d808b
Gerrit-Change-Number: 42075
Gerrit-PatchSet: 1
Gerrit-Owner: dexter <pmaier@sysmocom.de>