From 6ba13776df7eef1e26d9a7b8de2876dbf84b9a99 Mon Sep 17 00:00:00 2001 From: Jon-Olov Vatn <122900029+jovatn@users.noreply.github.com> Date: Mon, 4 Nov 2024 14:19:29 +0100 Subject: [PATCH] Update test-arch.md Fixing typo [skip ci] --- doc/test-arch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/test-arch.md b/doc/test-arch.md index 8f3ca84b..a3a5362b 100644 --- a/doc/test-arch.md +++ b/doc/test-arch.md @@ -17,7 +17,7 @@ Tenets It is also much more practical and economical to build large virtual networks than physical ones. -- **Avoid CLI scipting & scraping**. Reliably interacting with a DUT +- **Avoid CLI scripting & scraping**. Reliably interacting with a DUT over a serial line in a robust way is _very_ hard to get right. Given that we have a proper API (RESTCONF), we should leverage that when testing. Front-ends can be tested by other means.