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

Add functional tests for zvsh #38

Open
larsbutler opened this issue May 20, 2014 · 3 comments
Open

Add functional tests for zvsh #38

larsbutler opened this issue May 20, 2014 · 3 comments

Comments

@larsbutler
Copy link
Member

zvsh provides a lot of convenience for running ZeroVM, and it has many options. However, it is not very well tested at present, which makes it tricky to safely make changes.

It was suggested by @pkit that we add some functional tests to zvsh: #31 (comment)

@mgeisler
Copy link
Contributor

Do you mean more unit tests or more whole-system tests?

I like both kinds of tests, but for command line programs in particular, system testing makes sense to me. I suggest using the cram tool for some of this like we do for zpm. Tests like this one immediately revealed some whole-system problems that the more specific unit tests hadn't found.

@pkit
Copy link
Member

pkit commented May 20, 2014

I will add some, maybe cram ones maybe not.
Most of zvsh output is not on command line but in the files it creates, cram seems to be not quite good for that.

@pkit
Copy link
Member

pkit commented Jul 6, 2014

Added quite a lot of tests.

larsbutler added a commit to larsbutler/zerovm-cli that referenced this issue Jan 7, 2015
deploy: uncompress zar when uploading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants