Skip to content

Setting up unit tests for 4X

Mike Conway edited this page Apr 16, 2015 · 6 revisions

Set up iRODS 4X

Set up iRODS on a VM per iRODS (instructions)[http://irods.org/documentation/].

Configure iRODS rules in core.re

Set a default resource, here using the standard resource naming

acSetRescSchemeForCreate {msiSetDefaultResc("test1-resc","null"); }

Turn off the trash, you will otherwise fill up your vm

acTrashPolicy {msiNoTrashCan; }

Clone this wiki locally