Skip to content

Commit

Permalink
common: show pmem devices as part of system info
Browse files Browse the repository at this point in the history
Signed-off-by: Tomasz Gromadzki <tomasz.gromadzki@intel.com>
  • Loading branch information
grom72 committed Apr 18, 2023
1 parent c29c7b7 commit 0da0c72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion utils/gha-runners/get-system-info.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash
# SPDX-License-Identifier: BSD-3-Clause
# Copyright 2022, Intel Corporation
# Copyright 2022-2023, Intel Corporation

#
# get-system-info.sh - Script for printing system info
Expand Down Expand Up @@ -42,6 +42,9 @@ function system_info {
dnf check-update 2>/dev/null || true
echo "**********list-enviroment**********"
env
echo "**********list-avaialble-pmem-devices**********"
ls -la /dev/dax*
ls -la /dev/pmem*
}

# Call the function above to print system info.
Expand Down

0 comments on commit 0da0c72

Please sign in to comment.