Mir

Differences between revisions 1 and 63 (spanning 62 versions)
Revision 1 as of 2013-12-18 14:54:39
Size: 339
Editor: port-19093
Comment:
Revision 63 as of 2018-03-28 15:17:32
Size: 2510
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Test plan for: '''COMMON'''  * '''Test plan for component''': Mir
 * '''Component Checklist''': https://wiki.ubuntu.com/Process/Merges/Checklists/Mir
 * '''Trunk URL''': [[https://launchpad.net/mir/ubuntu|lp:mir/ubuntu]] (note: mir has release branches, for example [[https://launchpad.net/mir/0.26|lp:mir/0.26]])
 * '''Ubuntu Package URL (LP)''': http://launchpad.net/ubuntu/+source/mir
Line 5: Line 9:
<list the hot components that are clients of this component and that are likely to see side-effect regressions from MP landings> Clients of this component

 * '''qtubuntu''' https://launchpad.net/qtubuntu
 * '''Xmir''' https://code.launchpad.net/~xmir-team/xorg-server/+git/xmir
 * '''SDL'''
 * '''GTK-3'''
Line 9: Line 18:
 * Install image on phone
 * install freshly build MPs that are needed for landing
 * Test that X works
 * Test that Y works
'''This test plan is not supposed to be complete; use it to guide your manual testing so they don't miss big functional areas that are part in the component; also this should be used as guideline to inspire the exploratory testing which should be adapted smartly based on the real content of a MP'''

 * Successful run of automated CI testing

 * In addition update desktop from archive
  * Install packages from build silo:
   * $ sudo apt install mir-demos mir-graphics-drivers-desktop mir-test-tools
  * Install Qt Wayland support, qterminal and kate to test with:
   * $ '''sudo apt install qtwayland5 kate qterminal'''
  * ''On 16.04 Xenial ONLY'' also install qt support for Mir
   * $ '''sudo apt install qtubuntu-desktop'''
  * Install weston-terminal to test with:
   * $ '''sudo apt install weston'''

 * Mir-on-X11
  * Use an X11 based desktop (Unity, Gnome, etc.).
  * Start a terminal sessions to launch the tests.
  * Run the "smoke tests" to ensure the example clients work
     * $ '''mir-smoke-test-runner'''
     * Check the result is "I: Smoke testing complete with returncode 0"
  * Run a test session in a window
     * $ '''miral-app''' [''On 16.04 Xenial ONLY'' add '''-qt-mirclient -gdk-mirclient''']
  * [in the Mir-on-X11 session] Try running, resizing, moving and switching between the following:
     * $ '''mir_demo_client_multiwin'''
     * $ '''kate'''
     * $ '''gnome-terminal'''
     * $ '''weston-terminal'''

 * Mir-on-KMS
  * Switch to VT4 and sign in, switch back to the desktop
  * Run a test "desktop" session
     * $ '''miral-desktop''' [''On 16.04 Xenial ONLY'' add '''-qt-mirclient -gdk-mirclient'''] '''--window-manager tiling'''
  * [in the Mir session] Try running, and switching between the following:
     * $ '''mir_demo_client_multiwin'''
     * $ '''kate'''
     * $ '''gnome-terminal'''
     * $ '''weston-terminal'''

Dependents/Clients

Clients of this component

Test Plan

This test plan is not supposed to be complete; use it to guide your manual testing so they don't miss big functional areas that are part in the component; also this should be used as guideline to inspire the exploratory testing which should be adapted smartly based on the real content of a MP

  • Successful run of automated CI testing
  • In addition update desktop from archive
    • Install packages from build silo:
      • $ sudo apt install mir-demos mir-graphics-drivers-desktop mir-test-tools
    • Install Qt Wayland support, qterminal and kate to test with:
      • $ sudo apt install qtwayland5 kate qterminal

    • On 16.04 Xenial ONLY also install qt support for Mir

      • $ sudo apt install qtubuntu-desktop

    • Install weston-terminal to test with:
      • $ sudo apt install weston

  • Mir-on-X11
    • Use an X11 based desktop (Unity, Gnome, etc.).
    • Start a terminal sessions to launch the tests.
    • Run the "smoke tests" to ensure the example clients work
      • $ mir-smoke-test-runner

      • Check the result is "I: Smoke testing complete with returncode 0"
    • Run a test session in a window
      • $ miral-app [On 16.04 Xenial ONLY add -qt-mirclient -gdk-mirclient]

    • [in the Mir-on-X11 session] Try running, resizing, moving and switching between the following:
      • $ mir_demo_client_multiwin

      • $ kate

      • $ gnome-terminal

      • $ weston-terminal

  • Mir-on-KMS
    • Switch to VT4 and sign in, switch back to the desktop
    • Run a test "desktop" session
      • $ miral-desktop [On 16.04 Xenial ONLY add -qt-mirclient -gdk-mirclient] --window-manager tiling

    • [in the Mir session] Try running, and switching between the following:
      • $ mir_demo_client_multiwin

      • $ kate

      • $ gnome-terminal

      • $ weston-terminal

Process/Merges/TestPlans/Mir (last edited 2024-05-09 13:09:10 by alan-griffiths)