- name: Remove p4benchmark logs
hosts: bench_clients
remote_user: ir
vars:
bench_dir: /home/ir/p4benchmark
tasks:
- name: Remove list of files
shell: rm {{bench_dir}}/slave*.out
| # | Change | User | Description | Committed | |
|---|---|---|---|---|---|
| #3 | 24711 | Robert Cowham | Restructure and tidy up | ||
| #2 | 24687 | Robert Cowham | Got analysis working | ||
| #1 | 22003 | Robert Cowham | Latest state - with p4python and no syncing |