Skip to content

Commit

Permalink
[acl_test]: Copy ptftests folder for the remote.py file (#516)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored Mar 15, 2018
1 parent 1af8bf4 commit 4b7c558
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/test/tasks/acltb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@
dest=/root
delegate_to: "{{ ptf_host }}"

- name: copy ptftests
copy: src=roles/test/files/ptftests
dest=/root
delegate_to: "{{ ptf_host }}"

- name: Run the test
include: ptf_runner.yml
vars:
Expand Down

0 comments on commit 4b7c558

Please sign in to comment.