summaryrefslogtreecommitdiff
path: root/tests/futility/test_update.sh
blob: aaf469045aada32e2e056c5f67a272e948d67bd4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash -eux
# Copyright 2018 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.

me=${0##*/}
TMP="$me.tmp"

# Test data files
LINK_BIOS="${SCRIPTDIR}/data/bios_link_mp.bin"
LINK_VERSION="Google_Link.2695.1.133"

# Work in scratch directory
cd "$OUTDIR"

set -o pipefail

# Test command execution.

# The updater is now currently always loading system firmware using flashrom(8)
# and can't be tested until an emulation interface is implemented.