Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PW_SID:534645] [BlueZ] tools: userchan-tester: Add test case for the closing channel #1228

Closed
wants to merge 2 commits into from

Commits on Sep 11, 2021

  1. workflow: Add workflow files for ci

    This patch adds workflow files for ci:
    
    [schedule_work.yml]
      - runs every 30 mins.
      - sync repo with upstream repo and rebase workflow branch to tip of
        master.
      - creates PR after reading patches from patchwork.kernel.org
    
    [ci.yml]
      - Run the following tests:
        - checkpatch
        - gitlint
        - make
        - make check
    
    [code_scan.yml]
      - Static code checks
      - Runs Coverity, Clang code scan, and Cppcheck
    tedd-an committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    3836474 View commit details
    Browse the repository at this point in the history
  2. tools: userchan-tester: Add test case for the closing channel

    This patch adds a test casse for checking the controller power state
    after closing the user channel.
    
    When the user channel is closed, the controller should be powered down
    state.
    tedd-an committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    27d549e View commit details
    Browse the repository at this point in the history