summaryrefslogtreecommitdiffstats
path: root/scripts/automation/regression
diff options
context:
space:
mode:
authorYaroslav Brustinov <ybrustin@cisco.com>2016-01-20 08:40:24 +0200
committerYaroslav Brustinov <ybrustin@cisco.com>2016-01-20 08:40:24 +0200
commit0798c924dfcdfcf0c02ae74136013daa5d7d16f4 (patch)
treebc60a80bce0325c769cc6d9a498184e04dff064e /scripts/automation/regression
parent82be078454b7742dc11416808285b4fe03c24ede (diff)
regression:
fix case typo in functional test
Diffstat (limited to 'scripts/automation/regression')
-rwxr-xr-xscripts/automation/regression/unit_tests/functional_tests/pkt_builder_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/automation/regression/unit_tests/functional_tests/pkt_builder_test.py b/scripts/automation/regression/unit_tests/functional_tests/pkt_builder_test.py
index 6d18b7ef..96393d1e 100755
--- a/scripts/automation/regression/unit_tests/functional_tests/pkt_builder_test.py
+++ b/scripts/automation/regression/unit_tests/functional_tests/pkt_builder_test.py
@@ -188,7 +188,7 @@ class CTRexPktBuilder_Test(pkt_bld_general_test.CGeneralPktBld_Test):
def test_get_layer(self):
assert_equal(self.pkt_bld.get_layer('no_such_layer'), None)
assert(not(self.pkt_bld.get_layer('l2') is self.pkt_bld._packet))
- assert_equal(type(self.pkt_bld.get_layer('l2')).__name__, "ethernet")
+ assert_equal(type(self.pkt_bld.get_layer('l2')).__name__, "Ethernet")
def test_dump_to_pcap(self):
# set Ethernet layer attributes