Commit fef37b7a authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ebceaec1
...@@ -398,7 +398,7 @@ class ENBTestCase(RFTestCase): ...@@ -398,7 +398,7 @@ class ENBTestCase(RFTestCase):
# UEsimTestCase provides base class for unit-testing UEsim service. # UEsimTestCase provides base class for unit-testing UEsim service.
# #
# It is similar to ENBTestCase but configures UE cells instead of eNB cells. # It is similar to ENBTestCase but configures UE cells instead of eNB cells.
class UEsimTestCase(AmariTestCase): class UEsimTestCase(RFTestCase):
@classmethod @classmethod
def getInstanceSoftwareType(cls): def getInstanceSoftwareType(cls):
return "ue" return "ue"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment