17 lines
290 B
YAML
17 lines
290 B
YAML
|
---
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-basic
|
||
|
tags:
|
||
|
- classic
|
||
|
required_packages:
|
||
|
- libhugetlbfs
|
||
|
- libhugetlbfs-utils
|
||
|
- libhugetlbfs-tests
|
||
|
- gawk
|
||
|
- python3
|
||
|
tests:
|
||
|
- libhugetlbfs_test:
|
||
|
dir: .
|
||
|
run: ./libhugetlbfs-test.sh
|