Skip to content

Commit

Permalink
Run all pcap files for Web Server Characterization test
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph T. McQuigg <J.T.McQuigg12@gmail.com>
  • Loading branch information
JT122406 committed Dec 13, 2023
1 parent e71eb01 commit 32f2f80
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/Web Server Characterization Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,17 @@ jobs:
run: |
python -m pip install --upgrade pip
pip3 install scapy
- name: Test Run
- name: pcap1 Test
run: |
cd Web\ Server\ Characterization/
python3 measure-webserver.py pcap1.pcap 93.184.216.34 80
- name: pcap2 Test
run: |
cd Web\ Server\ Characterization/
python3 measure-webserver.py pcap2.pcap 93.184.216.34 80
python3 measure-webserver.py pcap2.pcap 17.253.144.10 80
- name: pcap3 Test
run: |
cd Web\ Server\ Characterization/
python3 measure-webserver.py pcap3.pcap 188.184.100.182 80
python3 measure-webserver.py pcap3.pcap 34.223.124.45 80

0 comments on commit 32f2f80

Please sign in to comment.