From 6b15cfccb23d9bc21b45bbe4cca0927fa74282ff Mon Sep 17 00:00:00 2001 From: Samuli Leivo Date: Tue, 10 Dec 2024 13:44:02 +0200 Subject: [PATCH] Add config for RPi logger on dev test agent Signed-off-by: Samuli Leivo --- hosts/testagent/dev/configuration.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/testagent/dev/configuration.nix b/hosts/testagent/dev/configuration.nix index 57651909..6f4cabcc 100644 --- a/hosts/testagent/dev/configuration.nix +++ b/hosts/testagent/dev/configuration.nix @@ -131,6 +131,10 @@ ext_drive_by-id = "usb-Samsung_PSSD_T7_S6XPNS0W606188E-0:0"; threads = 20; }; + measurement_agent = { + inherit location; + device_ip_address = "172.18.16.10"; + }; }; }; }