diff options
author | Stepan Andrushko <stepanx.andrushko@intel.com> | 2019-04-25 14:50:35 +0300 |
---|---|---|
committer | Stepan Andrushko <stepanx.andrushko@intel.com> | 2019-04-25 14:53:09 +0300 |
commit | 325f0c9b32c7fda817edaed9785bc39bbb9d8a12 (patch) | |
tree | 4e5e1635a579c2bbdb3e17bbb63062f3cab0480c | |
parent | 986468ef458f46c23247ba3880f2b9b84ec27799 (diff) |
Corrected MAC in trex_bm.yaml.sample
Corrected MAC in trex_bm.yaml.sample.
JIRA: YARDSTICK-1613
Change-Id: Icafe787dbdc8aa31b077b14dac94d7461b11c725
Signed-off-by: Stepan Andrushko <stepanx.andrushko@intel.com>
-rw-r--r-- | etc/yardstick/nodes/standalone/trex_bm.yaml.sample | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/yardstick/nodes/standalone/trex_bm.yaml.sample b/etc/yardstick/nodes/standalone/trex_bm.yaml.sample index 1f46caaf0..fb877ec44 100644 --- a/etc/yardstick/nodes/standalone/trex_bm.yaml.sample +++ b/etc/yardstick/nodes/standalone/trex_bm.yaml.sample @@ -34,4 +34,4 @@ nodes: dpdk_port_num: 1 local_ip: "152.16.40.20" netmask: "255.255.255.0" - local_mac: "00:00.00:00:00:02" + local_mac: "00:00:00:00:00:02" |