-
Notifications
You must be signed in to change notification settings - Fork 495
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
(FACT-2656) Add solaris networking facts #1947
Conversation
CLA signed by all contributors. |
bebb43f
to
ea1b03c
Compare
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.
Would it be possible to add some comments explaining what is actually going on inside the methods, or split everything into more granular methods and achieve the same thing as with comments?
04905be
to
aa767ff
Compare
361501a
to
9c66147
Compare
CLA signed by all contributors. |
jenkins please test this on debian9-64a,debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,redhat7-POWERa,sles12-64a,sles15-64a,solaris10-64a,ubuntu1604-32a,ubuntu1804-64a,windows2016-64a,windows2019-64a |
ebf792e
to
05170f2
Compare
jenkins please test this on debian9-64a,debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,redhat7-POWERa,sles12-64a,sles15-64a,solaris11-64a,ubuntu1604-32a,ubuntu1804-64a,windows2016-64a,windows2019-64a |
05170f2
to
83b3103
Compare
jenkins please test this on debian9-64a,debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,redhat7-POWERa,sles12-64a,sles15-64a,solaris11-64a,ubuntu1604-32a,ubuntu1804-64a,windows2016-64a,windows2019-64a |
1baf8bf
to
9018e4f
Compare
jenkins please test this on debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,sles12-64a,sles15-64a,solaris11-64a,solaris114-64a,ubuntu1604-32a,ubuntu1804-64a |
1 similar comment
jenkins please test this on debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,sles12-64a,sles15-64a,solaris11-64a,solaris114-64a,ubuntu1604-32a,ubuntu1804-64a |
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.
No unit tests for the networking resolver?
let(:interfaces) { nil } | ||
|
||
it 'returns nil' do | ||
expect(fact.call_the_resolver).to be_an_instance_of(Array).and contain_exactly |
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 think you should check for nil not array
let(:interfaces) { nil } | ||
|
||
it 'returns nil' do | ||
expect(fact.call_the_resolver).to be_an_instance_of(Array).and contain_exactly |
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 is valid for multiple other tests that check for nil
jenkins please test this on debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,sles12-64a,sles15-64a,solaris11-64a,solaris114-64a,ubuntu1604-32a,ubuntu1804-64a |
9018e4f
to
133a4bb
Compare
jenkins please test this on debian10-64a,fedora30-64a,osx1014-64a,redhat5-64a,centos8-64a,redhat7-64a,sles12-64a,sles15-64a,solaris11-64a,solaris114-64a,ubuntu1604-32a,ubuntu1804-64a |
a15035f
to
29fbcb5
Compare
jenkins please test this on debian10-64a,fedora30-64a,osx1014-64a,centos8-64a,redhat7-64a,sles12-64a,sles15-64a,solaris11-64a,solaris114-64a,solaris11-SPARCa,ubuntu1604-32a,ubuntu1804-64a |
29fbcb5
to
69fe770
Compare
No description provided.