From 965f8e221880060f056e0350c619582d42ffe428 Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Tue, 13 Feb 2018 15:02:35 +0000 Subject: [PATCH] configuration/core: Make `generic_android` default device --- wa/framework/configuration/core.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wa/framework/configuration/core.py b/wa/framework/configuration/core.py index cb5abfba..9271eea6 100644 --- a/wa/framework/configuration/core.py +++ b/wa/framework/configuration/core.py @@ -751,7 +751,7 @@ class RunConfiguration(Configuration): ConfigurationPoint( 'device', kind=str, - mandatory=True, + default='generic_android', description=''' This setting defines what specific Device subclass will be used to interact the connected device. Obviously, this must match your