Commit Graph

11 Commits

Author SHA1 Message Date
Jacob Hoffman-Andrews a98a206dd2 Remove references to test-ca.pem. (#3322)
shell_test.go and publisher_test.go had unnecessary references to
../test/test-ca.pem. This change makes them a little more self-contained.

Note: ca/ca_test.go still depends on test-ca.pem, but removing the dependency
turns out to be a little more complicated due to hardcoded expectations in some
of the test cases.
2018-01-05 12:07:12 -08:00
Jacob Hoffman-Andrews 0a64fd4066 Bring test/config up-to-date. (#3056)
Methodology: Copy test/config-next/* into test/config/, then manually review
the diffs, removing any diffs that are not yet in production.
2017-09-11 16:55:58 -04:00
Jacob Hoffman-Andrews 63a25bf913 Remove clientName everywhere. (#2862)
This used to be used for AMQP queue names. Now that AMQP is gone, these consts
were only used when printing a version string at startup. This changes
VersionString to just use the name of the current program, and removes
`const clientName = ` from many of our main.go's.
2017-07-12 10:28:54 -07:00
Daniel 1426604c0a
Adds test for ReadConfigFile 2016-11-26 18:01:59 -05:00
Daniel b66b54701e
Adds unit test for LoadCert 2016-11-26 17:49:34 -05:00
Daniel 4c1aa631ef
Adds test for VersionString 2016-11-26 17:39:29 -05:00
Daniel 111ab7478b
Adds a unit test for the cfsslLogger proxy. 2016-11-26 17:30:31 -05:00
Daniel 7fc349c890
Adds MysqlLogger test 2016-11-26 17:22:11 -05:00
Jeff Hodges c9010744b4 delete old challenge code
Specifically, delete the simpleHttp and dvsni.

Hooray!

Fixes #894
2015-12-10 15:41:40 -08:00
Richard Barnes 174011f6d8 Move validation and defaults out of UnmarshalJSON 2015-11-09 15:30:13 -05:00
Richard Barnes 38f553c48b Add tests for ValidChallenge 2015-11-07 16:15:42 -05:00