diff options
Diffstat (limited to 'meta/classes/testexport.bbclass')
-rw-r--r-- | meta/classes/testexport.bbclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/classes/testexport.bbclass b/meta/classes/testexport.bbclass index 98468c96fd..f7c5242dc5 100644 --- a/meta/classes/testexport.bbclass +++ b/meta/classes/testexport.bbclass | |||
@@ -1,7 +1,6 @@ | |||
1 | # Copyright (C) 2016 Intel Corporation | 1 | # Copyright (C) 2016 Intel Corporation |
2 | # | 2 | # |
3 | # Released under the MIT license (see COPYING.MIT) | 3 | # SPDX-License-Identifier: MIT |
4 | # | ||
5 | # | 4 | # |
6 | # testexport.bbclass allows to execute runtime test outside OE environment. | 5 | # testexport.bbclass allows to execute runtime test outside OE environment. |
7 | # Most of the tests are commands run on target image over ssh. | 6 | # Most of the tests are commands run on target image over ssh. |