1 # Copyright 2015 The Chromium OS Authors. All rights reserved. 2 # Use of this source code is governed by a BSD-style license that can be 3 # found in the LICENSE file. 4 5 AUTHOR = "jorgelo, kees" 6 DOC = """ 7 Integration test for the firewall service. 8 Tests whether firewall rules can be added using D-Bus. 9 Fails if rules are not added after the D-Bus call, or if rules are not removed 10 when the lifeline file descriptors are closed. 11 """ 12 NAME = "platform_Firewall" 13 TIME="SHORT" 14 TEST_TYPE = "client" 15 ATTRIBUTES = "suite:bvt-perbuild" 16 SUITE = "bvt-perbuild" 17 JOB_RETRIES = 2 18 19 job.run_test("platform_Firewall") 20