diff options
author | Jakub Grajciar <jgrajcia@cisco.com> | 2019-03-01 08:55:49 +0100 |
---|---|---|
committer | Ole Trøan <otroan@employees.org> | 2019-03-15 10:24:22 +0000 |
commit | e63325e3ca03c847963863446345e6c80a2c0cfd (patch) | |
tree | cae33764e6186727697e91862c32f2b08334866b /test/test_span.py | |
parent | 4ba4edd15085ce31145ef5da6342e435c57c1150 (diff) |
API: Cleanup APIs interface.api
Use of consistent API types for interface.api
Change-Id: Ieb54cebb4ac96b432a3f0b41596718aa2f34885b
Signed-off-by: Jakub Grajciar <jgrajcia@cisco.com>
Diffstat (limited to 'test/test_span.py')
-rw-r--r-- | test/test_span.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_span.py b/test/test_span.py index b6f816e9cf2..dddd57f9b8f 100644 --- a/test/test_span.py +++ b/test/test_span.py @@ -233,7 +233,7 @@ class TestSpan(VppTestCase): self.sub_if.admin_up() self.vapi.sw_interface_set_flags(self.vxlan.sw_if_index, - admin_up_down=1) + flags=1) self.bridge(self.vxlan.sw_if_index, is_add=1) # Create bi-directional cross-connects between pg0 subif and pg1 |