canonical / spread

Spread - Convenient full-system test (task) distribution
GNU General Public License v3.0
99 stars 58 forks source link

Update the way used to detect a machine is ready in google #152

Open sergiocazzolato opened 2 years ago

sergiocazzolato commented 2 years ago

On ARM servers it is not allowed to write to /dev/ttyS*, so the startup script fails to complete.

This implemerntation writes to console the Marker so it can be retrieved by the serialPort API

This change has been validated for intel and arm and all the supported systems and it works well.