mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
CNI plugins v1.2.0 and above output a second line, containing supported protocol versions.
5 lines
132 B
Bash
Executable File
5 lines
132 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This fixture uses the old version output, without the supported CNI protocol versions.
|
|
echo "CNI bridge plugin v1.0.2"
|