Skip to content

Commit

Permalink
Rename scapy-server into scapy-server.py
Browse files Browse the repository at this point in the history
This fixes make clean removing the daemon file because of the mechanics
of pycov make target.

Signed-off-by: Ihar Hrachyshka <ihrachys@redhat.com>
Acked-by: Mark Michelson <mmichels@redhat.com>
Signed-off-by: Dumitru Ceara <dceara@redhat.com>
(cherry picked from commit 01252a2)
  • Loading branch information
booxter authored and dceara committed Sep 21, 2023
1 parent a641549 commit 74de34d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/automake.mk
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ CHECK_PYFILES = \
tests/uuidfilt.py \
tests/test-tcp-rst.py \
tests/check_acl_log.py \
tests/scapy-server
tests/scapy-server.py

EXTRA_DIST += $(CHECK_PYFILES)
PYCOV_CLEAN_FILES += $(CHECK_PYFILES:.py=.py,cover) .coverage
Expand Down
2 changes: 1 addition & 1 deletion tests/ovn-macros.at
Original file line number Diff line number Diff line change
Expand Up @@ -802,7 +802,7 @@ fmt_pkt() {
start_scapy_server() {
pidfile=$ovs_base/scapy.pid
ctlfile=$ovs_base/scapy.ctl
"$top_srcdir"/tests/scapy-server --pidfile=$pidfile --unixctl=$ctlfile --detach
"$top_srcdir"/tests/scapy-server.py --pidfile=$pidfile --unixctl=$ctlfile --detach
on_exit "test -e \"$pidfile\" && ovs-appctl -t $ctlfile exit"
}

Expand Down
File renamed without changes.

0 comments on commit 74de34d

Please sign in to comment.