Skip to content

Commit

Permalink
add missing dep for network driver sanity test
Browse files Browse the repository at this point in the history
  • Loading branch information
rasibley authored and major committed Jul 10, 2019
1 parent b898914 commit feb7044
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions networking/driver/sanity/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ $(METADATA): Makefile
@echo "TestTime: 10m" >> $(METADATA)
@echo "RunFor: kernel" >> $(METADATA)
@echo "Requires: kernel" >> $(METADATA)
@echo "Requires: ethtool" >> $(METADATA)
@echo "Priority: Normal" >> $(METADATA)
@echo "License: GPLv2" >> $(METADATA)
@echo "Confidential: no" >> $(METADATA)
Expand Down

0 comments on commit feb7044

Please sign in to comment.