Re: [Fuego] fixes for the linaro and rt tests
<[email protected]> Thu, 26 Aug 2021 02:45:50 +0000
| Newsgroups | dev.linux.lists.fuego |
|---|---|
| Message-ID | <TYYPR01MB6729E7CD82C25607457206FBD0C79@TYYPR01MB6729.jpnprd01.prod.outlook.com> |
Hi Tim Thanks for reviewing the patches > -----Original Message----- > From: [email protected] <[email protected]> > > [PATCH 1/4] linaro: localhost does not require ssh > > > > This ones is self explanatory (no SSH if you use the local board) > This looks OK. I'm wondering if there's another way to detect a local operation. Can we check the TRANSPORT (e.g. if [ $TRANSPORT > = "local" ] ...)? > Checking the network address seems a bit iffy. You are right, we will try with TRANSPORT or another variable and re-send the patch. Thanks, Daniel