From 0f510a7458e0efe95534667bba122b4ab67b26c1 Mon Sep 17 00:00:00 2001 From: Edward O'Callaghan Date: Tue, 18 Feb 2020 14:38:08 +1100 Subject: util/flashrom_tester: Upstream E2E testing framework The following is a E2E tester for a specific chip/chipset combo. The tester itself is completely self-contained and allows the user to specify which tests they wish to preform. Supported tests include: - chip-name - read - write - erase - wp-locking Change-Id: Ic2905a76cad90b1546b9328d668bf8abbf8aed44 Signed-off-by: Edward O'Callaghan Reviewed-on: https://review.coreboot.org/c/flashrom/+/38951 Tested-by: build bot (Jenkins) Reviewed-by: David Hendricks --- util/flashrom_tester/flashrom_remote.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 util/flashrom_tester/flashrom_remote.sh (limited to 'util/flashrom_tester/flashrom_remote.sh') diff --git a/util/flashrom_tester/flashrom_remote.sh b/util/flashrom_tester/flashrom_remote.sh new file mode 100755 index 00000000..8dba9430 --- /dev/null +++ b/util/flashrom_tester/flashrom_remote.sh @@ -0,0 +1,2 @@ +#!/bin/sh +/usr/bin/ssh localhost -p 60024 -C /usr/sbin/flashrom "$@" -- cgit v1.2.3