Skip to content

Commit

Permalink
kola test to check the network device info
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhak authored and dustymabe committed Sep 14, 2022
1 parent 80f0619 commit 35c359e
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions tests/kola/clhm/network-device-info
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
#!/bin/bash
## kola:
## # This is a read-only test that can be run with other tests.
## exclusive: false
# This test makes sure CLHM wrote a snippet for the NIC IP info.
# See - https://github.com/coreos/fedora-coreos-tracker/issues/1153

set -xeuo pipefail

. $KOLA_EXT_DATA/commonlib.sh

if [ ! -f /etc/issue.d/22*.issue ]; then
fatal "Network Device info does not exist"
fi
ok "Network Device info exists"

0 comments on commit 35c359e

Please sign in to comment.