xenon-middleware / xenon-cli

Perform files and jobs operations with Xenon library from command line
http://nlesc.github.io/Xenon/
Apache License 2.0
2 stars 3 forks source link

test on Windows #44

Open jspaaks opened 7 years ago

jspaaks commented 7 years ago

minimal test would be to run the commands from https://github.com/NLeSC/xenon-rse2017-tutorial/tree/262a30eeebe93d28ab2b940a43999ebeb75b1b01 and see what happens/ what you need to do to make it work, e.g. install

sverhoeven commented 7 years ago

I would like to run the integration tests, maybe exclude slurm as it is big and its tests should not be any different that using Linux or Windows as client.

There is an appveyor image with Docker support (https://www.appveyor.com/docs/build-environment/#docker). We could use that to test copying between local files and an sftp server.

The local scheduler adaptor tests will need to be made OS specific, for example cat or touch do not exist on Windows.