Commit a45cb65d authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent bb9aa1de
...@@ -175,7 +175,7 @@ class ENBTestCase(AmariTestCase): ...@@ -175,7 +175,7 @@ class ENBTestCase(AmariTestCase):
software_type=cls.getInstanceSoftwareType(), software_type=cls.getInstanceSoftwareType(),
partition_reference=cls.ref(subref), partition_reference=cls.ref(subref),
filter_kw = {'instance_guid': imain.getInstanceGuid()}, filter_kw = {'instance_guid': imain.getInstanceGuid()},
partition_parameter_kw={'_': json.dumps(ctx)} partition_parameter_kw={'_': json.dumps(ctx)},
shared=True) shared=True)
...@@ -185,15 +185,15 @@ class TestENB_SDR(ENBTestCase): ...@@ -185,15 +185,15 @@ class TestENB_SDR(ENBTestCase):
def requestAllShared(cls, imain): def requestAllShared(cls, imain):
super().requestAllShared(cls, imain) super().requestAllShared(cls, imain)
sdr0 x 4t # sdr0 x 4t
sdr1 x 4f # sdr1 x 4f
sdr2 x 5t # sdr2 x 5t
sdr3 x 5f # sdr3 x 5f
class TestENB_CPRI(ENBTestCase): class TestENB_CPRI(ENBTestCase):
lo x {4t,4f,5t,5f} # lo x {4t,4f,5t,5f}
sw x {4t,4f,5t,5f} # sw x {4t,4f,5t,5f}
@classmethod @classmethod
def requestAllShared(cls, imain): def requestAllShared(cls, imain):
......
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