Skip to content

Commit

Permalink
Merge pull request #1814 from ozdanborne/bump-libcalico-go
Browse files Browse the repository at this point in the history
Bump libcalico go
  • Loading branch information
caseydavenport authored Mar 1, 2018
2 parents db18ec2 + 46bed62 commit 1412e34
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 25 deletions.
30 changes: 15 additions & 15 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion glide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import:
- ssh/terminal
- package: github.com/projectcalico/go-yaml-wrapper
- package: github.com/projectcalico/libcalico-go
version: 26b83dc3ccceeff9312eaf339386e6599c89c63b
version: 2fa2887d917b41342f9beaae745dff2355e4f47c
subpackages:
- lib/apis/v3
- lib/clientv3
Expand Down
3 changes: 0 additions & 3 deletions test-data/v1/policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
ingress:
- action: allow
protocol: udp
icmp:
type: 10
code: 100
source:
tag: web
net: 1.2.3.4/10
Expand Down
3 changes: 3 additions & 0 deletions tests/st/calicoctl/test_crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -1864,6 +1864,7 @@ class InvalidData(TestBase):
'ICMP': {'type': 256, # max value 255
'code': 255},
'action': 'Deny',
'protocol': 'ICMP',
'destination': {},
'source': {}}],
}
Expand All @@ -1882,6 +1883,7 @@ class InvalidData(TestBase):
'ICMP': {'type': 19,
'code': 256}, # max value 255
'action': 'Deny',
'protocol': 'ICMP',
'destination': {},
'source': {}}],
}
Expand Down Expand Up @@ -1912,6 +1914,7 @@ class InvalidData(TestBase):
'ICMP': {'type': 256, # 1-byte field
'code': 255},
'action': 'Deny',
'protocol': 'ICMP',
'destination': {},
'source': {}}],
},
Expand Down
6 changes: 0 additions & 6 deletions tests/st/utils/data.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@
],
'ingress': [
{
'notICMP': {'type': 19, 'code': 255},
'ipVersion': 4,
'action': 'Deny',
'destination': {
Expand All @@ -143,7 +142,6 @@
'ports': ['100:200'],
'selector': "type=='application'",
},
'icmp': {'type': 10, 'code': 6},
'protocol': 'TCP',
'source': {
'notNets': ['10.1.0.0/16'],
Expand Down Expand Up @@ -260,7 +258,6 @@
],
'ingress': [
{
'notICMP': {'type': 19, 'code': 255},
'ipVersion': 4,
'action': 'Deny',
'destination': {
Expand All @@ -271,7 +268,6 @@
'ports': ['100:200'],
'selector': "type=='application'",
},
'icmp': {'type': 10, 'code': 6},
'protocol': 'TCP',
'source': {
'notNets': ['10.1.0.0/16'],
Expand Down Expand Up @@ -426,7 +422,6 @@
],
'ingress': [
{
'notICMP': {'type': 19, 'code': 255},
'ipVersion': 4,
'action': 'Deny',
'destination': {
Expand All @@ -436,7 +431,6 @@
'nets': ['10.2.0.0/16'],
'ports': ['100:200'],
'selector': "type=='application'"},
'icmp': {'type': 10, 'code': 6},
'protocol': 'TCP',
'source': {
'notNets': ['10.1.0.0/16'],
Expand Down

0 comments on commit 1412e34

Please sign in to comment.