Are you wanting to test the package itself (installation, etc...) or the code inside the package?
--
You received this message because you are subscribed to the Google Groups "pki.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pki_io+un...@googlegroups.com.
To post to this group, send email to pki...@googlegroups.com.
Visit this group at http://groups.google.com/group/pki_io.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pki_io/CA%2BaGpV9ge61q5ruJADfbLW2ikNrZB4rgah80bEPhHARUhjGi%2Bw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
Is rather use vagrant to avoid depending on cloud service. That way any one can check out the build repo, install vagrant and build every package with ease.
To view this discussion on the web, visit https://groups.google.com/d/msgid/pki_io/CAK0%3D6mN10C2ed6hbbTN4j1tCkoPeZxmjzA8md1HMwCZnsxPr7g%40mail.gmail.com.
Hi all,
I want to make sure that the packages compiled work (e.g. when I type pki.io whatever, we get a correct result). Is there an automated way of doing this?
Regarding Vagrant vs DO, for me it is easier to spin up a few VMs for less than 1 hr and spend a few cents than go to the trouble of creating Vagrant VMs (lazy I know). I think both approaches are valid however and we should support them both.
We already test the applications themselves, though. What value is there in testing the applications when installed via a package? I'm not certain i understand what this is trying to accomplish.
There is a lot of value in being able to say "Tested on Centos6, Centos7, Debian Jessie, Ubuntu 14.04" etc. As a sidenote, after a quick demo to my colleagues at $DAYJOB, they also expressed interest but they asked if we have tested the output of our binary with the products whose logos they are using, so maybe we should make some quick tests in this direction.