diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2019-06-27 14:59:48 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-28 13:29:04 +0100 |
commit | 13377665215630c913b819718adc823528f8da3e (patch) | |
tree | 2ec6a0d933ee6ba67d87a9cd4812705910b3389a /bitbake/lib | |
parent | 516179999364316cce69c4f1699b0cd2420d9a1c (diff) | |
download | poky-13377665215630c913b819718adc823528f8da3e.tar.gz |
bitbake: bitbake: toaster:tests: python -> python3
(Bitbake rev: 683c24788d96176699a585055eb62d8a71830a12)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib')
30 files changed, 30 insertions, 30 deletions
diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers.py b/bitbake/lib/toaster/tests/browser/selenium_helpers.py index 6d9bb80928..02d4f4b5c7 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py index 8417aa3b25..6c94684e86 100644 --- a/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py +++ b/bitbake/lib/toaster/tests/browser/selenium_helpers_base.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_all_builds_page.py b/bitbake/lib/toaster/tests/browser/test_all_builds_page.py index f4021614bf..fba627bd21 100644 --- a/bitbake/lib/toaster/tests/browser/test_all_builds_page.py +++ b/bitbake/lib/toaster/tests/browser/test_all_builds_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_all_projects_page.py b/bitbake/lib/toaster/tests/browser/test_all_projects_page.py index f86d19d283..afd2d3566e 100644 --- a/bitbake/lib/toaster/tests/browser/test_all_projects_page.py +++ b/bitbake/lib/toaster/tests/browser/test_all_projects_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py index 53c125ec58..d972aff1bd 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py index c560d7de17..e2623e8ad3 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_artifacts.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py index e4f3d685ee..c542d45f1e 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_recipes.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py index bdb0c27be4..22acb470ac 100644 --- a/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py +++ b/bitbake/lib/toaster/tests/browser/test_builddashboard_page_tasks.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py index 63f3f4a74e..e8b4295b86 100644 --- a/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py +++ b/bitbake/lib/toaster/tests/browser/test_js_unit_tests.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_landing_page.py b/bitbake/lib/toaster/tests/browser/test_landing_page.py index 0a00fccc1a..07901989d5 100644 --- a/bitbake/lib/toaster/tests/browser/test_landing_page.py +++ b/bitbake/lib/toaster/tests/browser/test_landing_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py index e34aa13dbd..f81e696a26 100644 --- a/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py +++ b/bitbake/lib/toaster/tests/browser/test_layerdetails_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py b/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py index d52b18429c..15d25dc3a9 100644 --- a/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py +++ b/bitbake/lib/toaster/tests/browser/test_most_recent_builds_states.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py b/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py index 3b47a497e8..0aa3b7a774 100644 --- a/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py +++ b/bitbake/lib/toaster/tests/browser/test_new_custom_image_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_new_project_page.py b/bitbake/lib/toaster/tests/browser/test_new_project_page.py index d250bd143e..8e56bb043e 100644 --- a/bitbake/lib/toaster/tests/browser/test_new_project_page.py +++ b/bitbake/lib/toaster/tests/browser/test_new_project_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_builds_page.py b/bitbake/lib/toaster/tests/browser/test_project_builds_page.py index 065f3ebe64..47fb10b262 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_builds_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_builds_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_config_page.py b/bitbake/lib/toaster/tests/browser/test_project_config_page.py index 48508dff3b..2816eb9072 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_config_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_config_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_project_page.py b/bitbake/lib/toaster/tests/browser/test_project_page.py index 5cb607ddd3..8b5e1b6739 100644 --- a/bitbake/lib/toaster/tests/browser/test_project_page.py +++ b/bitbake/lib/toaster/tests/browser/test_project_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_sample.py b/bitbake/lib/toaster/tests/browser/test_sample.py index 008ba14a26..f4ad670a36 100644 --- a/bitbake/lib/toaster/tests/browser/test_sample.py +++ b/bitbake/lib/toaster/tests/browser/test_sample.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_task_page.py b/bitbake/lib/toaster/tests/browser/test_task_page.py index 47c8c1aeea..26f3dca83c 100644 --- a/bitbake/lib/toaster/tests/browser/test_task_page.py +++ b/bitbake/lib/toaster/tests/browser/test_task_page.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py b/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py index b4f83447f6..ef78cbb1ee 100644 --- a/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py +++ b/bitbake/lib/toaster/tests/browser/test_toastertable_ui.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/builds/buildtest.py b/bitbake/lib/toaster/tests/builds/buildtest.py index 9f40f978d0..872bbd3775 100644 --- a/bitbake/lib/toaster/tests/builds/buildtest.py +++ b/bitbake/lib/toaster/tests/builds/buildtest.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/builds/test_core_image_min.py b/bitbake/lib/toaster/tests/builds/test_core_image_min.py index 3d3aa2a8a2..44b6cbec7b 100644 --- a/bitbake/lib/toaster/tests/builds/test_core_image_min.py +++ b/bitbake/lib/toaster/tests/builds/test_core_image_min.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_loaddata.py b/bitbake/lib/toaster/tests/commands/test_loaddata.py index b633d9774d..9e8d5553cf 100644 --- a/bitbake/lib/toaster/tests/commands/test_loaddata.py +++ b/bitbake/lib/toaster/tests/commands/test_loaddata.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_lsupdates.py b/bitbake/lib/toaster/tests/commands/test_lsupdates.py index 23a84a248b..3c4fbe0550 100644 --- a/bitbake/lib/toaster/tests/commands/test_lsupdates.py +++ b/bitbake/lib/toaster/tests/commands/test_lsupdates.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/commands/test_runbuilds.py b/bitbake/lib/toaster/tests/commands/test_runbuilds.py index 29bc7c9005..e223b95fcb 100644 --- a/bitbake/lib/toaster/tests/commands/test_runbuilds.py +++ b/bitbake/lib/toaster/tests/commands/test_runbuilds.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/eventreplay/__init__.py b/bitbake/lib/toaster/tests/eventreplay/__init__.py index 3606cba4f5..8ed6792ef6 100644 --- a/bitbake/lib/toaster/tests/eventreplay/__init__.py +++ b/bitbake/lib/toaster/tests/eventreplay/__init__.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/functional/functional_helpers.py b/bitbake/lib/toaster/tests/functional/functional_helpers.py index 6a3f74baae..455c408e94 100644 --- a/bitbake/lib/toaster/tests/functional/functional_helpers.py +++ b/bitbake/lib/toaster/tests/functional/functional_helpers.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster functional tests implementation | 3 | # BitBake Toaster functional tests implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/functional/test_functional_basic.py b/bitbake/lib/toaster/tests/functional/test_functional_basic.py index 2b3a2886cc..56c84fba8f 100644 --- a/bitbake/lib/toaster/tests/functional/test_functional_basic.py +++ b/bitbake/lib/toaster/tests/functional/test_functional_basic.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster functional tests implementation | 3 | # BitBake Toaster functional tests implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/tests/views/test_views.py b/bitbake/lib/toaster/tests/views/test_views.py index 477654ea5e..68d9e9de14 100644 --- a/bitbake/lib/toaster/tests/views/test_views.py +++ b/bitbake/lib/toaster/tests/views/test_views.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #! /usr/bin/env python | 1 | #! /usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |
diff --git a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py index c1758f3402..811fd5d516 100644 --- a/bitbake/lib/toaster/toastermain/management/commands/checksocket.py +++ b/bitbake/lib/toaster/toastermain/management/commands/checksocket.py | |||
@@ -1,4 +1,4 @@ | |||
1 | #!/usr/bin/env python | 1 | #!/usr/bin/env python3 |
2 | # | 2 | # |
3 | # BitBake Toaster Implementation | 3 | # BitBake Toaster Implementation |
4 | # | 4 | # |