[oe-commits] [openembedded-core] 26/28: oeqa-runtime: add missing import os to ptest case

git at git.openembedded.org git at git.openembedded.org
Fri Mar 6 08:20:09 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit e41c92c60694052c8292c1ea6b3d0b427aafafd7
Author: Stefan Kral <sk at typedivision.de>
AuthorDate: Thu Mar 5 20:30:00 2020 +0100

    oeqa-runtime: add missing import os to ptest case
    
    Add missing import os statement to the oeqa runtime ptest.py
    
    Signed-off-by: Stefan Kral <sk at typedivision.de>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/runtime/cases/ptest.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/runtime/cases/ptest.py b/meta/lib/oeqa/runtime/cases/ptest.py
index 5626f70..99a44f0 100644
--- a/meta/lib/oeqa/runtime/cases/ptest.py
+++ b/meta/lib/oeqa/runtime/cases/ptest.py
@@ -2,6 +2,7 @@
 # SPDX-License-Identifier: MIT
 #
 
+import os
 import unittest
 import pprint
 import datetime

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list