-
-
Notifications
You must be signed in to change notification settings - Fork 60
fix VM detection, automated testing fixes, use newer chatmail-turn and move to standard BIND DNS zone format #912
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
Merged
Merged
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
9e0959c
refactor: unify DNS zone-file to standard BIND format
hpk42 49d42ac
feat: update chatmail-turn to support private addresses
hpk42 4afbe31
refactor: deployer improvements (VM detection, mailboxes dir ensured …
hpk42 a157df7
fix: properly terminate and wait on subprocesses on teardown
hpk42 dabb4cc
fix: make "cmdeploy test --config ..." work, without requiring or imp…
hpk42 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,17 +1,18 @@ | ||
| ; Required DNS entries for chatmail servers | ||
| zftest.testrun.org. A 135.181.204.127 | ||
| zftest.testrun.org. AAAA 2a01:4f9:c012:52f4::1 | ||
| zftest.testrun.org. MX 10 zftest.testrun.org. | ||
| _mta-sts.zftest.testrun.org. TXT "v=STSv1; id=202403211706" | ||
| mta-sts.zftest.testrun.org. CNAME zftest.testrun.org. | ||
| www.zftest.testrun.org. CNAME zftest.testrun.org. | ||
| opendkim._domainkey.zftest.testrun.org. TXT "v=DKIM1;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoYt82CVUyz2ouaqjX2kB+5J80knAyoOU3MGU5aWppmwUwwTvj/oSTSpkc5JMtVTRmKKr8NUDWAL1Yw7dfGqqPHdHfwwjS3BIvDzYx+hzgtz62RnfNgV+/2MAoNpfX7cAFIHdRzEHNtwugc3RDLquqPoupAE3Y2YRw2T5zG5fILh4vwIcJZL5Uq6B92j8wwJqOex" "33n+vm1NKQ9rxo/UsHAmZlJzpooXcG/4igTBxJyJlamVSRR6N7Nul1v//YJb7J6v2o0iPHW6uE0StzKaPPNC2IVosSRFbD9H2oqppltptFSNPlI0E+t0JBWHem6YK7xcugiO3ImMCaaU8g6Jt/wIDAQAB;s=email;t=s" | ||
| ; Required DNS entries | ||
| zftest.testrun.org. 3600 IN A 135.181.204.127 | ||
| zftest.testrun.org. 3600 IN AAAA 2a01:4f9:c012:52f4::1 | ||
| zftest.testrun.org. 3600 IN MX 10 zftest.testrun.org. | ||
| _mta-sts.zftest.testrun.org. 3600 IN TXT "v=STSv1; id=202403211706" | ||
| mta-sts.zftest.testrun.org. 3600 IN CNAME zftest.testrun.org. | ||
| www.zftest.testrun.org. 3600 IN CNAME zftest.testrun.org. | ||
| opendkim._domainkey.zftest.testrun.org. 3600 IN TXT "v=DKIM1;k=rsa;p=MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoYt82CVUyz2ouaqjX2kB+5J80knAyoOU3MGU5aWppmwUwwTvj/oSTSpkc5JMtVTRmKKr8NUDWAL1Yw7dfGqqPHdHfwwjS3BIvDzYx+hzgtz62RnfNgV+/2MAoNpfX7cAFIHdRzEHNtwugc3RDLquqPoupAE3Y2YRw2T5zG5fILh4vwIcJZL5Uq6B92j8wwJqOex" "33n+vm1NKQ9rxo/UsHAmZlJzpooXcG/4igTBxJyJlamVSRR6N7Nul1v//YJb7J6v2o0iPHW6uE0StzKaPPNC2IVosSRFbD9H2oqppltptFSNPlI0E+t0JBWHem6YK7xcugiO3ImMCaaU8g6Jt/wIDAQAB;s=email;t=s" | ||
|
|
||
| ; Recommended DNS entries | ||
| _submission._tcp.zftest.testrun.org. SRV 0 1 587 zftest.testrun.org. | ||
| _submissions._tcp.zftest.testrun.org. SRV 0 1 465 zftest.testrun.org. | ||
| _imap._tcp.zftest.testrun.org. SRV 0 1 143 zftest.testrun.org. | ||
| _imaps._tcp.zftest.testrun.org. SRV 0 1 993 zftest.testrun.org. | ||
| zftest.testrun.org. CAA 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1371472956" | ||
| zftest.testrun.org. TXT "v=spf1 a:zftest.testrun.org ~all" | ||
| _dmarc.zftest.testrun.org. TXT "v=DMARC1;p=reject;adkim=s;aspf=s" | ||
| _adsp._domainkey.zftest.testrun.org. TXT "dkim=discardable" | ||
| zftest.testrun.org. 3600 IN TXT "v=spf1 a ~all" | ||
| _dmarc.zftest.testrun.org. 3600 IN TXT "v=DMARC1;p=reject;adkim=s;aspf=s" | ||
| zftest.testrun.org. 3600 IN CAA 0 issue "letsencrypt.org;accounturi=https://acme-v02.api.letsencrypt.org/acme/acct/1371472956" | ||
| _adsp._domainkey.zftest.testrun.org. 3600 IN TXT "dkim=discardable" | ||
| _submission._tcp.zftest.testrun.org. 3600 IN SRV 0 1 587 zftest.testrun.org. | ||
| _submissions._tcp.zftest.testrun.org. 3600 IN SRV 0 1 465 zftest.testrun.org. | ||
| _imap._tcp.zftest.testrun.org. 3600 IN SRV 0 1 143 zftest.testrun.org. | ||
| _imaps._tcp.zftest.testrun.org. 3600 IN SRV 0 1 993 zftest.testrun.org. |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't fully understand what "make "cmdeploy test --config ..." work, without requiring or implicitely falling back to a "chatmail.ini" in parent dirs" means. Looks like
--configwas never required and the bug was that its value was not passed intopytest. That's also why this is only in thetestsubcommand.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it was meant to say that a chatmail.ini (in parent dirs of a test) was required despite "cmdeploy test --config" specifying one.