mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Added netstat command
This commit is contained in:
parent
f86b73828d
commit
2af4fac9b2
3
.github/workflows/test_linux.yml
vendored
3
.github/workflows/test_linux.yml
vendored
@ -61,6 +61,7 @@ jobs:
|
||||
libgtest-dev
|
||||
python3
|
||||
python3-venv
|
||||
net-tools
|
||||
install_gtest: cd /usr/src/gtest && cmake . && make && cp libgtest* /usr/lib/
|
||||
#-------- RHEL Dependencies ----------------
|
||||
- cfg: { arch: rhel }
|
||||
@ -83,6 +84,7 @@ jobs:
|
||||
zlib-devel
|
||||
gtest-devel
|
||||
python3-devel
|
||||
net-tools
|
||||
#-------- Ubuntu Only Dependencies ----------------
|
||||
- cfg: { os: ubuntu }
|
||||
os_deps: >-
|
||||
@ -160,6 +162,7 @@ jobs:
|
||||
echo workspace is $TRICK_HOME
|
||||
echo files in workspace:
|
||||
ls -la $TRICK_HOME
|
||||
netstat -tulpan
|
||||
env:
|
||||
TEST: Hello World!
|
||||
TRICK_HOME: ${{ github.workspace }}
|
||||
|
Loading…
Reference in New Issue
Block a user