Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Fedora commit: cc660dd207432a5baa6b78cfacc304973ec0fc6c
Test suite commit: 4a4dc9f0e32c5a2962d08156efea140e243fe6bd

Who: Andrew Woods

Execution

  1. Start Fedora
    1. Using "mvn jetty:run"

Expand
Expand
No Format
mvn jetty:run -Dfcrepo.home=target/ -Dfcrepo.auth.webac.userAgent.baseUri=http://example.com/ \ -Dfcrepo.auth.webac.groupAgent.baseUri=http://example.com/ \ -Dfcrepo.external.content.allowed=fcrepo-http-api/src/test/resources/allowed_external_paths.txt \ -pl fcrepo-webapp


  • Run tests

    1. No Format
      java -jar target/testsuite-1.0-SNAPSHOT-shaded.jar -c config-local.yml


    2. Where "config-local.yml" contains:


      No Format
      default:
      rooturl: http://localhost:8080/rest/
      root-controller-user-webid: http://example.com/fedoraAdmin
      root-controller-user-name: fedoraAdmin
      root-controller-user-password: fedoraAdmin
      permissionless-user-webid: http://example.com/testuser
      permissionless-user-name: testuser
      permissionless-user-password: testpass
      broker-url: tcp://127.0.0.1:61616
      topic-name: fedora
      queue-name: 
      implementation-name: Fedora
      implementation-version: 6.0.0-SNAPSHOT


  • Results

    Summary:

    No Format
    ===============================================
    Fedora API Specification Test Suite
    Total tests run: 241, Failures: 14, Skips: 26
    ===============================================

    ...