blob: 280de2cf8ab03d7d27ea3f1848cce8d3fbf73ea0 [file] [log] [blame] [edit]
// 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 main
import (
"testing"
"go.fuchsia.dev/fuchsia/src/tests/reboot/reboottest"
)
// Test that "power reboot" will reboot the system.
func TestPowerReboot(t *testing.T) {
reboottest.RebootWithCommand(t, "power reboot", reboottest.CleanReboot, reboottest.Reboot, reboottest.NoCrash)
}