1 # Copyright 2018 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 = "maybelle" 6 NAME = "login_SavePassword" 7 ATTRIBUTES = "suite:policy, suite:bvt-perbuild" 8 TIME = "SHORT" 9 TEST_CATEGORY = "Functional" 10 TEST_CLASS = "login" 11 TEST_TYPE = "client" 12 13 DOC = """ 14 This test checks if the login password is saved for an enterprise user with the 15 ${PASSWORD} variable in their user OpenNetworkConfiguration policy. It will set 16 the user OpenNetworkConfiguration policy to contain the ${PASSWORD} variable, 17 log in a user and check /proc/keys to ensure that a key named "password" has 18 been saved to the keyring. 19 """ 20 21 job.run_test('login_SavePassword', onc_definition='onc_with_password.json', 22 expect_password=True) 23