1 # Copyright 2017 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 TIME="SHORT" 6 AUTHOR = "The Chromium OS Authors" 7 DOC = """ 8 Tests features of libcontainer. 9 """ 10 NAME = "security_Libcontainer" 11 PURPOSE = "Unit tests of libcontainer that must run outside of the chroot." 12 CRITERIA = "Fail if libcontainer cannot correctly create containers." 13 ATTRIBUTES = "" 14 TEST_CLASS = "security" 15 TEST_CATEGORY = "Functional" 16 TEST_TYPE = "client" 17 JOB_RETRIES = 2 18 19 job.run_test("security_Libcontainer") 20