blob: a242102c6e3a8ed72c664880f3d557c563a1db33 [file] [log] [blame]
// Copyright 2021 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef CHROME_BROWSER_ASH_LOGIN_TEST_POLICY_TEST_SERVER_CONSTANTS_H_
#define CHROME_BROWSER_ASH_LOGIN_TEST_POLICY_TEST_SERVER_CONSTANTS_H_
namespace ash {
namespace test {
// Test constants used during enrollment wherever appropriate.
constexpr char kTestDomain[] = "test-domain.com";
constexpr char kTestRlzBrandCodeKey[] = "TEST";
constexpr char kTestSerialNumber[] = "111111";
constexpr char kTestHardwareClass[] = "hw";
} // namespace test
} // namespace ash
#endif // CHROME_BROWSER_ASH_LOGIN_TEST_POLICY_TEST_SERVER_CONSTANTS_H_