How to mount your FlockLab WebDAV directory
FlockLab provides a mountable read-only web-directory using WebDAV that contains all your test configurations, test images and test results. In order to access this directory, you need a WebDAV client. Your FlockLab directory is then available at flocklab.ethz.ch/user/webdav/[test ID]
, port 443 (secure WebDAV).
Username and password are the same as for your normal web interface access.
Note that you need to specify the ID of one of your own tests in order to connect to the share. Once connected, you should be able to browse all your tests.
The structure of the directory is as follows:
Path | Description |
---|---|
/<test-id>/ |
Path to files for test with id test-id |
/<test-id>/images |
Directory containing all images used for this test |
/<test-id>/testconfiguration.xml |
Configuration for this test |
/<test-id>/results.tar.gz |
Test results (if test is finished) |
/<test-id>/results_nopower.tar.gz |
Test results without power profiling data (if test is finished) |
How to download your test results with Cadaver
Instead of mounting the directory, you can also download the test results individually with our command line tool. Prerequisites: install the WebDAV client cadaver
and create the config file .netrc
in your home directory with the following content:
default
login [your_flocklab_username]
password [your_flocklab_password]
You can then pass the test ID to the script (default download location is /tmp
):
flocklab -f [test_id]