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.
6 lines
213 B
Bash
Executable File
6 lines
213 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# This fixture uses the new version output, including the supported CNI protocol versions.
|
|
echo "CNI vlan 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"
|