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

[18.09 backport] Fix TestValidRemoteDriver GetCapabilities errors #2400

Merged

Commits on Jun 24, 2019

  1. Fix TestValidRemoteDriver GetCapabilities errors

    This test was producing error messages due to missing endpoints
    in the plugin API;
    
    ```
    === RUN   TestValidRemoteDriver
    ERRO[0039] error getting capability for valid-network-driver due to NetworkDriver.GetCapabilities: 404 page not found
     ```
    
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 14beadd)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    dc6f5a8 View commit details
    Browse the repository at this point in the history
  2. Add Delete endpoint for plugin in test

    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    (cherry picked from commit 1cf5b18)
    Signed-off-by: Sebastiaan van Stijn <[email protected]>
    thaJeztah committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    d724b7a View commit details
    Browse the repository at this point in the history