Browse Source

bitbake: toaster:tests: python -> python3

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Robert Yang 5 years ago
parent
commit
683c24788d
30 changed files with 30 additions and 30 deletions
  1. 1 1
      lib/toaster/tests/browser/selenium_helpers.py
  2. 1 1
      lib/toaster/tests/browser/selenium_helpers_base.py
  3. 1 1
      lib/toaster/tests/browser/test_all_builds_page.py
  4. 1 1
      lib/toaster/tests/browser/test_all_projects_page.py
  5. 1 1
      lib/toaster/tests/browser/test_builddashboard_page.py
  6. 1 1
      lib/toaster/tests/browser/test_builddashboard_page_artifacts.py
  7. 1 1
      lib/toaster/tests/browser/test_builddashboard_page_recipes.py
  8. 1 1
      lib/toaster/tests/browser/test_builddashboard_page_tasks.py
  9. 1 1
      lib/toaster/tests/browser/test_js_unit_tests.py
  10. 1 1
      lib/toaster/tests/browser/test_landing_page.py
  11. 1 1
      lib/toaster/tests/browser/test_layerdetails_page.py
  12. 1 1
      lib/toaster/tests/browser/test_most_recent_builds_states.py
  13. 1 1
      lib/toaster/tests/browser/test_new_custom_image_page.py
  14. 1 1
      lib/toaster/tests/browser/test_new_project_page.py
  15. 1 1
      lib/toaster/tests/browser/test_project_builds_page.py
  16. 1 1
      lib/toaster/tests/browser/test_project_config_page.py
  17. 1 1
      lib/toaster/tests/browser/test_project_page.py
  18. 1 1
      lib/toaster/tests/browser/test_sample.py
  19. 1 1
      lib/toaster/tests/browser/test_task_page.py
  20. 1 1
      lib/toaster/tests/browser/test_toastertable_ui.py
  21. 1 1
      lib/toaster/tests/builds/buildtest.py
  22. 1 1
      lib/toaster/tests/builds/test_core_image_min.py
  23. 1 1
      lib/toaster/tests/commands/test_loaddata.py
  24. 1 1
      lib/toaster/tests/commands/test_lsupdates.py
  25. 1 1
      lib/toaster/tests/commands/test_runbuilds.py
  26. 1 1
      lib/toaster/tests/eventreplay/__init__.py
  27. 1 1
      lib/toaster/tests/functional/functional_helpers.py
  28. 1 1
      lib/toaster/tests/functional/test_functional_basic.py
  29. 1 1
      lib/toaster/tests/views/test_views.py
  30. 1 1
      lib/toaster/toastermain/management/commands/checksocket.py

+ 1 - 1
lib/toaster/tests/browser/selenium_helpers.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/selenium_helpers_base.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_all_builds_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_all_projects_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_builddashboard_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_builddashboard_page_artifacts.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_builddashboard_page_recipes.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_builddashboard_page_tasks.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_js_unit_tests.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_landing_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_layerdetails_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_most_recent_builds_states.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_new_custom_image_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_new_project_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_project_builds_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_project_config_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_project_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_sample.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_task_page.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/browser/test_toastertable_ui.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/builds/buildtest.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/builds/test_core_image_min.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/commands/test_loaddata.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/commands/test_lsupdates.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/commands/test_runbuilds.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/eventreplay/__init__.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/tests/functional/functional_helpers.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster functional tests implementation
 #

+ 1 - 1
lib/toaster/tests/functional/test_functional_basic.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster functional tests implementation
 #

+ 1 - 1
lib/toaster/tests/views/test_views.py

@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #

+ 1 - 1
lib/toaster/toastermain/management/commands/checksocket.py

@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 #
 # BitBake Toaster Implementation
 #