1 In order to run federation migration integration test:
3 arvbox must be in the path
5 arv-federation-migrate should be in the path or the full path supplied
6 in the 'fed_migrate' input parameter.
8 # Create arvbox containers fedbox(1,2,3) for the federation
9 $ cwltool --preserve-environment=SSH_AUTH_SOCK arvbox-make-federation.cwl --arvbox_base ~/.arvbox > fed.json
11 # Configure containers and run tests
12 $ cwltool --preserve-environment=SSH_AUTH_SOCK fed-migrate.cwl fed.json
14 CWL for running the test is generated using cwl-ex:
16 https://github.com/common-workflow-language/cwl-ex/