Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-30Fix hook test.test-fix-hooks-testBrad Warren
Up until now, this test was written incorrectly. In addition, when it has failed, it simply prints error messages rather than reporting that the test failed. This fixes both of these problems.
2017-06-30Test that deploy and renew hooks are saved rightBrad Warren
It is important that both renew and deploy hooks are saved as renew_hook in renewal configuration files to preserve forwards compatibility.
2017-06-30Test renew and deploy hooks are run properlyBrad Warren
2017-06-22Bump min integration test coverage to 64 (#4868)Brad Warren
2017-06-22report and enforce coverage on integration tests (#4854)Brad Warren
2017-06-21Test additional subcommands in integration tests (#4855)Brad Warren
* Test additional subcommands * Test rollback * quote original variable * Specifically set installer to work around #4858.
2017-06-06Remove unused readlink environment variable. (#4781)Brad Warren
The program readlink used to be used in integration tests so an environment variable was used to handle differences in the executable on different systems. This command is no longer used though so the variable can be removed.
2017-06-01Add regression/system test for #4719 (#4739)Brad Warren
* Add regression/system test for #4719. * Test for regressions with --help and invalid args. * Handle expected failure properly.
2017-05-16Force nginx tests to run during CI (#4558)Brad Warren
* force nginx tests to run during CI * offer default value
2017-04-14Enable boulder tests on Python 3Yen Chi Hsuan
2017-03-30Dump Boulder logs on integration test failures. (#4442)Jacob Hoffman-Andrews
Might help debug #4363. Also: make "bash" vs "sh" explicit move the paranoia flags (-ex) from the shebang into the body add -u (fail on unset variables) change _common to work with -u remove some env vars that were no longer used remove shebang from _common.sh because it's meant to be sourced, not run
2017-02-24lineage_for_certname should return None if there is no existing renewal file ↵Erica Portnoy
(#4243) * lineage_for_certname should return None if there is no existing renewal file * add unit test * add regression test to integration test * revent boulder-start to boulder-fetch
2017-02-16Update testing docs. (#4211)Jacob Hoffman-Andrews
Recommend faster-running commands with clearer output first, building up to slow, noisy, `tox` last. Remove outdated Boulder testing advice, and outdated Boulder testing scripts (Vagrantfile, mac-bootstrap.sh, boulder-start.sh). Update Boulder testing section. Fill out "directory structure" section of contributing guide a little better.
2017-01-27Spelling (#4101)Josh Soref
* spelling: action * spelling: artifacts * spelling: asymmetric * spelling: attempts * spelling: bizarre * spelling: certbot * spelling: certificate * spelling: certainly * spelling: challenge * spelling: client * spelling: collated * spelling: correct * spelling: considered * spelling: custom * spelling: distinguish * spelling: encoding * spelling: enhancement * spelling: equivalent * spelling: execution * spelling: existence * spelling: failed * spelling: handshake * spelling: hyphen * spelling: initialized * spelling: initialization * spelling: interpretation * spelling: letsencrypt * spelling: multiline * spelling: multipart * spelling: necessary * spelling: otherwise * spelling: output * spelling: overridden * spelling: positives * spelling: preferable * spelling: progress * spelling: recommended * spelling: referring * spelling: relativity * spelling: request * spelling: requiring * spelling: separate * spelling: source * spelling: specified * spelling: standard * spelling: successfully * spelling: unparseable * spelling: useful
2017-01-27fix integration tests (#4111)Brad Warren
2017-01-26Preserve preferred-challenges on renewal (#4112)Brad Warren
* use challenge type strings, not objectS * Factor out parse_preferred_challenges * restore pref_challs * save pref_challs * Make CheckCertCount more flexible * improve integration tests * Make pref_challs more flexible
2017-01-18Add cleanup trap to integration test script (#4075)Craig Smith
The integration test script spins up Python webservers. This trap will ensure that those webservers are shutdown at exit.
2017-01-18Impelment account deactivation [revision requested] (#3571)Blake Griffith
Impelment account deactivation
2017-01-12Add option to specify revocation reason (#3242) (#3988)Craig Smith
This includes two new tests in the integration test script to check that boulder gets the correct code. The encoding is specified in RFC5280 5.3.1. The codes that boulder will accept are a subset of that, specified in `boulder.revocation.reasons.go`.
2017-01-05Fix and cleanup CheckHooksBrad Warren
2017-01-05HOOK_TEST++Brad Warren
2017-01-04Merge branch 'master' into save-more-hooksBrad Warren
2016-12-22Merge the manual and script plugins (#3890)Brad Warren
* Start of combined manual/script plugin * Return str from hooks.execute, not bytes * finish manual/script rewrite * delete old manual and script plugins * manually specify we want chall.token * use consistent quotes * specify chall for uri * s/script/hook * fix spacing on instructions * remove unneeded response argument * make achall more helpful * simplify perform * remove old test files * add start of manual_tests * fix ParseTest.test_help * stop using manual_test_mode in cli tests * Revert "make achall more helpful" This reverts commit 54b01cea30167065e3682834a71144b81e96c07f. * use bad response/validation methods on achalls * simplify perform and cleanup environment * finish manual tests * Add HTTP manual hook integration test * add manual http scripts * Add manual DNS script integration test * remove references to the script plugin * they're hooks, not scripts * add --manual-public-ip-logging-ok to integration tests * use --pref-chall for dns integration * does dns work? * validate hooks * test hook validation * Revert "does dns work?" This reverts commit 1224cc2961b35a2b8e9e5d2ca3af7c081161b22a. * busy wait in manual-http-auth * remove DNS script test for now * Fix challenge prefix and add trailing . * Add comment about universal_newlines * Fix typo from 0464ba2c4 * fix nits and typos * Generalize HookCOmmandNotFound error * Add verify_exe_exists * Don't duplicate code in hooks.py * Revert changes to hooks.py * Use consistent hook error messages
2016-12-16Integration tests for hooksPeter Eckersley
2016-10-11Only verify required ports are available (#3608)Brad Warren
* only verify port is available when you actually need it * refactor code to create achalls * Test port checks are based on achall * test that only the port for the requested challenge is checked in standalone
2016-06-14Add integration test cases for must staple and ECDSA (#3158)Ben Irving
2016-05-24Fix chain filenamesagi
2016-05-17Boulder integration scripts provides a cert_pathsagi
2016-04-15More stray ncrypt reference cleanupBrad Warren
2016-04-14Rename misc filesBrad Warren
2016-02-29Work around leap day bug in parsedatetimeKane York
2016-02-10Test CLI flag setting from renewal integration testsPeter Eckersley
Closes: #2411
2016-02-09Use common and add verbBrad Warren
2016-02-09Move * outside of "Brad Warren
2016-02-09Testing cleanupBrad Warren
2016-02-09duplication--Brad Warren
2016-02-09Make CheckCertCount check cert countsBrad Warren
2016-02-09Remove round echosBrad Warren
2016-02-09Take boulder-integration.sh from #2398Brad Warren
2016-02-06Have a way not to force renewal in integration testSeth Schoen
2016-02-06Try to distinguish renew and non-renew in integration testSeth Schoen
2016-02-05Hoping to see if integration test is really renewingSeth Schoen
2016-02-04Try to add the new renew verb to integration testingSeth Schoen
2015-11-12Refactor --domain flag back to -- domainsJoona Hoikkala
2015-11-10Refactored the argument and the code to use --domain instead of --domains, ↵Joona Hoikkala
which was semantically incorrect
2015-11-07tls-sni-01 for standaloneJakub Warmuz
2015-11-01http-01 for standaloneJakub Warmuz
2015-10-17Clean up after simplehttp port change to 5002.Jakub Warmuz
Now, when https://github.com/letsencrypt/boulder/pull/998 is in, we can remove all quick fixes for https://github.com/letsencrypt/boulder/issues/985.
2015-10-17Integration tests: force le3.wtf over DVSNI.Jakub Warmuz
Becuse of https://github.com/letsencrypt/boulder/issues/985, we need to force standalone to one particular type of challenge at a time. #895 didn't fix it properly - it forgot about issuance of le3.wtf (CSR-initiated), which results in Travis builds failing 50% of a time, e.g. https://travis-ci.org/letsencrypt/letsencrypt/jobs/85875483#L3318.
2015-10-16Merge remote-tracking branch 'github/letsencrypt/master' into standalone2Jakub Warmuz