Skip to content

Commit

Permalink
[everflow_test]: Add copy ptftests folder to use the remote.py file (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Shuotian Cheng authored and qiluo-msft committed Mar 16, 2018
1 parent 956a9d1 commit 0e3f12d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ansible/roles/test/tasks/everflow_testbed/run_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@
copy: src=roles/test/files/acstests dest=/root
delegate_to: "{{ ptf_host }}"

- name: Copy the platform files to ptf container.
copy: src=roles/test/files/ptftests dest=/root
delegate_to: "{{ ptf_host }}"

- name: Add route to unresolved next hop.
shell: ip route add {{ unresolved_nexthop_prefix }} dev {{ dst_port_2 }}
become: yes
Expand Down

0 comments on commit 0e3f12d

Please sign in to comment.