blob: fcc61a94b6d9df93fa32ac7a857a47a0f2329e1f [file] [log] [blame]
// Copyright 2020 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package constants
const (
// FailedToReconnectMsg is logged attempting to reconnect to SSH after an error fails.
FailedToReconnectMsg = "failed to reconnect over SSH"
// FailedToRunSnapshotMsg is logged if testrunner fails to run snapshot over ssh.
FailedToRunSnapshotMsg = "failed to run snapshot over ssh"
// FailedToStartSerialTestMsg is logged if testrunner repeatedly fails to run a
// test over serial and gives up.
FailedToStartSerialTestMsg = "failed to start test over serial"
)