Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test automation #13

Open
FlorianDold opened this issue Aug 21, 2015 · 2 comments
Open

test automation #13

FlorianDold opened this issue Aug 21, 2015 · 2 comments

Comments

@FlorianDold
Copy link
Collaborator

We should have some way to do automated testing. I'm not sure yet what's the best way to do that, considering that we don't really want to mock too many parts of paramiko or the planetlab api.

A good start might be some tests involving only local workers, but that misses features such as run_per_host or synchronization barriers.

@docmalloc
Copy link
Owner

Definitely ... tests for local functionality is imho the first step e.g. parsing experiment xml descriptions, configuration etc. ... so feel free to go for it

Testing network functionality is a mess since it is hard to trick the remote part or mockup into all possbile error cases...

@Egomania
Copy link
Collaborator

I agree, that test cases are needed and should be considered right from the start

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants