Versions Compared

Key

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

...

ProjectCommandPlatformTested bySuccess?Notes
fcrepo4 mvn clean install

linux

   
fcrepo4mvn clean install mac    
fcrepo4mvn clean installwindows   
fcrepo-module-auth-rbacl mvn clean installlinux   
fcrepo-module-auth-rbaclmvn clean install mac   
fcrepo-module-auth-rbaclmvn clean installwindows   
fcrepo-module-auth-xacmlmvn clean install linux   
fcrepo-module-auth-xacmlmvn clean install mac   
fcrepo-module-auth-xacmlmvn clean installwindows   
fcrepo-module-auth-webacmvn clean install linux   
fcrepo-module-auth-webacmvn clean install mac   
fcrepo-module-auth-webacmvn clean installwindows   
fcrepo-mintmvn clean install linux   
fcrepo-mintmvn clean install mac   
fcrepo-mintmvn clean installwindows   
fcrepo-transformmvn clean install linux   
fcrepo-transformmvn clean install mac   
fcrepo-transformmvn clean installwindows   
fcrepo-auditmvn clean install linux   
fcrepo-auditmvn clean install mac   
fcrepo-auditmvn clean installwindows   
fcrepo-webapp-plusmvn clean install linux   
fcrepo-webapp-plusmvn clean install mac   
fcrepo-webapp-plusmvn clean install windows   
fcrepo-webapp-plusmvn clean install -Prbacl any?   
fcrepo-webapp-plusmvn clean install -Pxacmlany?   

One-Click Run

 
ProjectCommandPlatformTested bySuccess?Notes
java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jar linux   
java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jarmac      
      

...

mvn install -P xacml
java -jar fcrepo-webapp-4.5.1-SNAPSHOT-jetty-console.jarwindows
Fcrepo4 webapp plusTest stepsTested bySuccess?Notes
Role-Based Access Control Lists

mvn install -P rbacl

   
Web Access Controlmvn install -P webac   
XACML-based Access Control   
Audit Capability Packagemvn install -P audit   
Audit capability with RBACLmvn install -P audit,rbacl   
Audit capability with XACMLmvn install -P audit,xacml   
Audit capability with WebAC (Default build)mvn install -P audit,webac   

...

Manual Tests

All of the below should take place in the HTML UI.

  1. Create nested containers
  2. Create binary resources
  3. Run fixity on binary
  4. Perform SPARQL-Update on container
  5. Perform SPARQL-Update on binary
  6. Delete container
  7. Delete binary
  8. Use transactions
  9. Create versions
  10. View versions
  11. Rollback versions

Vagrant Tests

Code Block
vagrant destroy
vagrant up

 

Fedora<version> VagrantTest stepsTested bySuccess?Notes
 Fedora <version> Web Application with Authorization and Audit

FEDORA_AUTH=true
FEDORA_AUDIT=true

    Fedora <version> Web Application with Audit

FEDORA_AUTH=false
FEDORA_AUDIT=true

   
 Fedora <version> Web Application with Authorization

FEDORA_AUTH=true
FEDORA_AUDIT=false

    Fedora <version> Web Application

FEDORA_AUTH=false
FEDORA_AUDIT=false

   

 

Test items::

  1. CRUD
  2. Query Fuseki
  3. Query Solr

 

...

Manual Tests

Same as above, plus:

  1. Verify audit events are in triplestore
  2. Verify resources are in triplestore
  3. Verify resources are in Solr
  4. Verify authorization works for the two auth-enabled configurations