-
Notifications
You must be signed in to change notification settings - Fork 275
Expose DSR Settings in Load Balancer #356
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
Conversation
|
FYI @erfrimod |
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if foundEndpoint == nil { | ||
| t.Errorf("No Endpoint found") | ||
| t.Fatalf("No Endpoint found") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if foundEndpoint == nil { | ||
| t.Errorf("No Endpoint found") | ||
| t.Fatalf("No Endpoint found") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if len(foundEndpoints) == 0 { | ||
| t.Errorf("No Endpoint found") | ||
| t.Fatalf("No Endpoint found") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if len(foundEndpoints) == 0 { | ||
| t.Errorf("No Endpoint found") | ||
| t.Fatalf("No Endpoint found") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if Endpoint.HostComputeNamespace == "" { | ||
| t.Errorf("No Namespace detected.") | ||
| t.Fatalf("No Namespace detected.") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if len(foundEndpoint.Policies) == 0 { | ||
| t.Errorf("No Endpoint Policies found") | ||
| t.Fatalf("No Endpoint Policies found") |
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.
NIT: Fatal
hcn/hcnendpoint_test.go
Outdated
| } | ||
| if len(foundEndpoint.Policies) == 0 { | ||
| t.Errorf("No Endpoint Policies found") | ||
| t.Fatalf("No Endpoint Policies found") |
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.
NIT: Fatal
hcn/hcnerrors_test.go
Outdated
| _, err := GetNetworkByName("Not found name") | ||
| if err == nil { | ||
| t.Errorf("Error was not thrown.") | ||
| t.Fatalf("Error was not thrown.") |
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.
NIT: Fatal and others
Expose ELB DSR flag
|
@jterry75 can you get this merged? |
|
@madhanrm - Done |
|
@jterry75 Thanks! |
Fix issue causing SCSI hot add to find no matching device
Expose DSR Settings in Load Balancer
Expose DSR Settings in Load Balancer
Expose DSR Settings in Load Balancer
Fix Hcn tests to continue on failure.