From a88bdffab316a9e2c039450650bbbe9dac03f125 Mon Sep 17 00:00:00 2001 From: Simon Horman Date: Fri, 25 Apr 2014 10:20:10 +0900 Subject: [PATCH] tests/integrated: Enable ARP tests Enable ARP tests, they appear to be supported by Open vSwitch. I noticed this when using Open vSwitch's "make ryu-check" as Open vSwitch enforces action consistency for the set NW TTL action. Signed-off-by: Simon Horman Signed-off-by: FUJITA Tomonori --- ryu/tests/integrated/test_add_flow_v12_actions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ryu/tests/integrated/test_add_flow_v12_actions.py b/ryu/tests/integrated/test_add_flow_v12_actions.py index 0827932a..52a5bfb5 100644 --- a/ryu/tests/integrated/test_add_flow_v12_actions.py +++ b/ryu/tests/integrated/test_add_flow_v12_actions.py @@ -466,7 +466,6 @@ class RunTest(tester.TestFlowBase): unsupported = [ 'test_action_set_field_ip_proto', 'test_action_set_field_dl_type', - 'test_action_set_field_arp', 'test_action_set_field_ipv6', 'test_action_set_field_icmp', 'test_action_copy_ttl_in',