| # Copyright 2021 The Chromium OS Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| |
| # List of rpms used in chaos lab |
| # This list is hardcoded since these are the only |
| # rpms that we care about |
| |
| rpm_list = [ |
| 'chromeos3-row2-rack1-rpm1', 'chromeos3-row2-rack2-rpm1', |
| 'chromeos3-row2-rack3-rpm1', 'chromeos3-row2-rack4-rpm1', |
| 'chromeos3-row3-rack1-rpm1', 'chromeos3-row3-rack2-rpm1', |
| 'chromeos3-row3-rack3-rpm1', 'chromeos3-row3-rack4-rpm1' |
| ] |