summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py
diff options
context:
space:
mode:
authorAnton Kiselev <anton.kisel@gmail.com>2016-11-08 16:12:47 +0700
committerAnton Kiselev <anton.kisel@gmail.com>2016-11-08 16:13:11 +0700
commit27f7cc1e5e3d750e830253a1986ffb315b3751b7 (patch)
tree3e0c52c9cc8d1136fd976c123844f9d248c481ef /scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py
parent6605861481c7156064c4b293e65fa74e1adab7f5 (diff)
fixup template_code payload generation
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
Diffstat (limited to 'scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py')
-rw-r--r--scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py b/scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py
index c1fb0478..e9fbcc80 100644
--- a/scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py
+++ b/scripts/automation/trex_control_plane/stl/services/scapy_server/unit_tests/test_utils.py
@@ -54,7 +54,7 @@ def test_generate_template_code():
print(res)
assert(res == bytearray.fromhex('DE AD BE EF DE AD'))
-def test_generate_template_code():
+def test_generate_template_base64():
res = generate_bytes({"generate":"template", "template_base64": bytes_to_b64(b'hi'), "size": 5})
print(res)
assert(res == b'hihih')