Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions tests/p_dhcp/0-install_dhcp.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
# Author: Petr Menšík <pemensik@redhat.com>

t_InstallPackage dhcp-client
8 changes: 8 additions & 0 deletions tests/p_dhcp/bind_test.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/sh
# Author: Petr Menšík <pemensik@redhat.com>

t_Log "Running $0 - dhcp-client: can upgrade client"

dnf upgrade --assumeno 'bind*' 'dhcp*'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you either conditionalize this to CentOS versions >= 8 or switch to calling yum ? We need to make sure that this runs (or skips) appropriately on CentOS Linux 7


t_CheckExitStatus $?