blob: 172debb6de8983c3def877a74dd29756ac4c5dd0 [file] [log] [blame]
// Copyright 2019 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.
syntax = "proto3";
package test_platform.skylab_local_state;
option go_package = "go.chromium.org/chromiumos/infra/proto/go/test_platform/skylab_local_state";
// SerializeRequest defines the input of `skylab_local_state serialize`.
message SerializeRequest {
// The name of the DUT whose host info will be serialized
string dut_name = 1;
// Path to the directory where host info sits
string results_dir = 2;
}