You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Test Environment

Operating System

Composition of Resources

  1. Description of number of resources
  2. Description of structure of resources
  3. Description of inter-relationships between resources
  4. etc...

Initialization

  1. Description and commands for initializing the test environment

For example:

  1. Start Fedora 4.7.1-RC-2 one-click at port=8686 and context=f4

    java -Dfcrepo.dynamic.jms.port=61717 -Dfcrepo.dynamic.stomp.port=61713 -jar fcrepo-webapp/target/fcrepo-webapp-4.7.1-SNAPSHOT-jetty-console.jar --port 8686 --headless --contextPath /f4
  2. Start Fedora 4.7.1-RC-2 one-click at port=8080 and context=fcrepo

    java -jar fcrepo-webapp/target/fcrepo-webapp-4.7.1-SNAPSHOT-jetty-console.jar --port 8080 --headless --contextPath /fcrepo
  3. Load resources per ingest.sh
    1. Example RDF of resources
      1. collection0.rdf
      2. book0.rdf
      3. bookA.rdf
  4. Download 0.1.0 import/export jar

Test 0 - Something

  1. Description and commands for executing tests

Test 0 Conclusions

  1. Description of results

Test 1 - Something

...

  • No labels