Skip to content

Commit

Permalink
tests: update CNI bridge output for fingerprinting
Browse files Browse the repository at this point in the history
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions. Nomad tests should support this.
  • Loading branch information
EtienneBruines committed Apr 3, 2023
1 parent 6b64b20 commit 1b1f0ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion client/fingerprint/test_fixtures/cni/bridge
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/sh

echo "CNI bridge plugin v1.0.2"
echo "CNI bridge plugin v1.2.0"
echo "CNI protocol versions supported: 0.1.0, 0.2.0, 0.3.0, 0.3.1, 0.4.0, 1.0.0"

0 comments on commit 1b1f0ee

Please sign in to comment.