16306: Merge branch 'master'
[arvados.git] / sdk / python / tests / fed-migrate / README
1 In order to run federation migration integration test:
2
3 arvbox must be in the path
4
5 arv-federation-migrate should be in the path or the full path supplied
6 in the 'fed_migrate' input parameter.
7
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
10
11 # Configure containers and run tests
12 $ cwltool --preserve-environment=SSH_AUTH_SOCK fed-migrate.cwl fed.json
13
14 CWL for running the test is generated using cwl-ex:
15
16 https://github.com/common-workflow-language/cwl-ex/