Skip to content

Commit

Permalink
align with models 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Jan 9, 2021
1 parent e6eb5b1 commit 304659f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
4 changes: 2 additions & 2 deletions snappi/tests/test_e2e_port_flow_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ def test_e2e_port_flow_config():
import snappi

api = snappi.api.Api()

config = api.config()

tx_port, rx_port = config.ports \
Expand Down Expand Up @@ -36,7 +36,7 @@ def test_e2e_port_flow_config():
ip.dst.decrement.count = 10

ip.priority.dscp.ecn.value = ip.priority.dscp.ECN_CAPABLE_TRANSPORT_1
ip.priority.dscp.ecn.result_group = 'ip.priority.dscp.ecn'
ip.priority.dscp.ecn.metric_group = 'ip.priority.dscp.ecn'

# set and get the configuration
api.set_config(config)
Expand Down

0 comments on commit 304659f

Please sign in to comment.