-
-
Notifications
You must be signed in to change notification settings - Fork 198
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 acceptance tests with real vpn client/server setup #310
Conversation
5d43d36
to
3cb0b5f
Compare
3cb0b5f
to
23ced8a
Compare
README.md
Outdated
|
||
## Dependencies | ||
- [puppetlabs-concat 3.0.0+](https://github.com/puppetlabs/puppetlabs-concat) | ||
- [puppetlabs-stdlib 4.25.0+](https://github.com/puppetlabs/puppetlabs-stdlib) | ||
|
||
## Puppet | ||
|
||
* Version >= 4.7.1 | ||
* Version >= 4.25.0 |
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.
??
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 updated the README and saw this is not uptodate with metadata.json
README.md
Outdated
|
||
Note : TLS ciphers suites shipped with OSes ubuntu14.04 and debian8 are too old compared to our default values. | ||
If these OSes hosts the server with clients more moderns, you will probably have to use custom value for option `tls_cipher`. |
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.
This sentence doesn’t read too well.
spec/acceptance/openvpn_spec.rb
Outdated
index_path = '/etc/openvpn/test_openvpn_server/easy-rsa/keys' | ||
end | ||
|
||
# All-terrain tls ciphers are used to be able to works with all supported OSes. |
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.
‘work’ instead of ‘works’
spec/acceptance/openvpn_spec.rb
Outdated
end | ||
|
||
# All-terrain tls ciphers are used to be able to works with all supported OSes. | ||
# Default value is with ciphers too recents for old OSes like ubuntu 14.04. |
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.
‘recent’ instead of ‘recents’
3b378b4
to
9afc6df
Compare
Pull Request (PR) description
Creates a client / server setup with SUT. This permit to make more tests.
This Pull Request (PR) fixes the following issues