lyft / cni-ipvlan-vpc-k8s

AWS VPC Kubernetes CNI driver using IPvlan
Apache License 2.0
360 stars 58 forks source link

Skip tests if not root #12

Closed theatrus closed 6 years ago

theatrus commented 6 years ago

This should allow running locally without requiring capabilities flags or root. Note that I'm not actually checking for capabilities and just for uid = 0 to determine if I should skip or not.