Skip to content

Commit 258258f

Browse files
committed
network: tests - use make to build nmstate
Building nmstate from source for the tests now requires using `make rpm` instead of pip install. Signed-off-by: Eitan Raviv <[email protected]> Change-Id: I46bf7fa6acf29da41ed313252aa54a64c6b24ab1
1 parent 9431f54 commit 258258f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/network/functional/run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function install_nmstate_from_source {
4242
&& \
4343
cd $NMSTATE_TMP/nmstate \
4444
&& \
45-
pip3 install --no-deps -U . \
45+
make rpm \
4646
&& \
4747
cd -
4848
"

0 commit comments

Comments
 (0)