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

Deprecate fixture testbed_devices #1665

Merged
merged 1 commit into from
May 15, 2020
Merged

Deprecate fixture testbed_devices #1665

merged 1 commit into from
May 15, 2020

Commits on May 14, 2020

  1. Deprecate fixture testbed_devices

    The testbed_devices fixture is not a good design. Multiple testbed device
    objects are initialized in this fixture. It is not common that a test
    script needs all the devices. This fixture may cause unnecessary overhead.
    It would be better for test scripts to use the fixtures for different
    devices on needed basis.
    
    Changes:
    1. Remove the definition of fixture testbed_devices.
    2. Replace the call to testbed_devices fixture with other fixtures that
       fit better.
    
    Signed-off-by: Xin Wang <xiwang5@microsoft.com>
    wangxin committed May 14, 2020
    Configuration menu
    Copy the full SHA
    994a708 View commit details
    Browse the repository at this point in the history