blob: f74c0abea725d6b3c1d2ba50d2c04be74cc3e3f0 [file] [log] [blame]
package main
import (
"testing"
"go.fuchsia.dev/fuchsia/tools/bootserver_old/tests"
)
func TestPaveNoBindFailure(t *testing.T) {
_, cleanup := bootserver.StartQemu(t, "netsvc.all-features=true, netsvc.netboot=false", "full")
defer cleanup()
// Test that advertise request is NOT serviced and paving does NOT start
// as netsvc.netboot=false
bootserver.AttemptPaveNoBind(t, false)
}