-
Notifications
You must be signed in to change notification settings - Fork 18
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
(SIMP-7487) Add EL8 support #62
Conversation
- Via updated acceptance tests, verified that the existing configuration worked on EL8 and that EL7 and EL8 interoperate. - Update the upper bound of simp-simplib to < 5.0.0 - Add REFERENCE.md SIMP-7487 #close SIMP-7488 #close SIMP-7436 #close SIMP-7383 #close
✔️ Acceptance tests run on a local GitLab |
@@ -8,6 +8,7 @@ | |||
skip('You need at least two hosts in your nodeset to run this test') | |||
end | |||
else | |||
# test interoperability between 1st and 2nd server in the node set | |||
server1 = hosts[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.
This needs to loop through all hosts and test the interconnections between each pair to make sure all the connections function properly.
@@ -8,6 +8,7 @@ | |||
skip('You need at least two hosts in your nodeset to run this test') | |||
end | |||
else | |||
# test interoperability between 1st and 2nd server in the node set | |||
server1 = hosts[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.
This also needs to loop through all combinations.
This has an example of the pairing loops https://github.com/simp/pupmod-simp-stunnel/blob/master/spec/acceptance/suites/default/20_connectivity_spec.rb#L18 |
✔️ Acceptance tests run on a local GitLab |
configuration worked on EL8 and that EL7 and EL8 interoperate.
SIMP-7487 #close
SIMP-7488 #close
SIMP-7436 #close
SIMP-7383 #close