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 5AUTHOR = "jorgelo, kees" 6DOC = """ 7Integration test for the firewall service. 8Tests whether firewall rules can be added using D-Bus. 9Fails if rules are not added after the D-Bus call, or if rules are not removed 10when the lifeline file descriptors are closed. 11""" 12NAME = "platform_Firewall" 13TIME="SHORT" 14TEST_TYPE = "client" 15ATTRIBUTES = "suite:bvt-perbuild" 16JOB_RETRIES = 2 17 18job.run_test("platform_Firewall") 19