commit | 483101fe36a1b83da7f8b70afc73ad49ddb7123f | [log] [tgz] |
---|---|---|
author | Piotr Golyzniak <piotr.golyzniak@nordicsemi.no> | Mon Jan 10 14:15:59 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Jan 11 09:53:40 2022 -0500 |
tree | fcfad74de3391d9a9d6c43b605f72780ff21f895 | |
parent | 7c25fd3c2e34f199156d40eb12caf2ca144ed038 [diff] |
twister: raise error for non-existing platform call Changes will raise error and break program in following three situations: 1. Platform name pass in --platform option does not exist. 2. During using --all option, platform from platform_allow list does not exist. 3. During using --integration option, platform from integration_platforms list does not exist. Signed-off-by: Piotr Golyzniak <piotr.golyzniak@nordicsemi.no>