167 Commits

Author SHA1 Message Date
Marcus Rockwell
8db6fa4b37 updated status message pane tests 2024-09-04 10:22:06 -04:00
Marcus Rockwell
e78884c81d Status message pane test case update 2024-08-30 10:33:59 -04:00
Marcus Rockwell
6734452982 Completed test cases for all of the command panel and status messages 2024-08-23 14:16:19 -05:00
Marcus Rockwell
16a39d55da Created test case for status message pane 2024-08-23 13:56:02 -04:00
Marcus Rockwell
158c1787f2 Fixed tests for Checkpoint buttons 2024-08-15 17:40:14 -04:00
Marcus Rockwell
9d88190cf8 Removed Robot Tests from Pipeline Temporarily 2024-08-14 15:49:23 -04:00
Marcus Rockwell
675807fd36 Set up tests for JButtons 2024-08-14 15:48:38 -04:00
Marcus Rockwell
d4c20cd6a6 Added AssertJ Swing to pom.xml 2024-08-12 12:29:53 -04:00
Marcus Rockwell
8d328dbed5 Create a stubbed SimControl Panel 2024-08-08 15:08:21 -04:00
Marcus Rockwell
922ae5582c Fixed Real Time Toggle Test 2024-07-16 13:25:20 -05:00
Marcus Rockwell
c51254094f Merge branch 'master' into HeadlessJavaGUITests 2024-07-14 13:07:06 -05:00
Marcus Rockwell
6a8edf6771 Allow for both gui and headless testing 2024-05-12 15:21:16 -05:00
Pherring04
14708ca9cc
Issue-1677 Fix (#1688)
* Added timeout to control panel to variable server connection attempts

* Updated 127.0.0.1 to localhost
2024-04-18 13:46:05 -05:00
Marcus Rockwell
b6ff7ec3f1 Added GUI testing to the base Makefile 2024-03-28 17:17:33 -05:00
Marcus Rockwell
ab32e65068 Merge branch 'master' into HeadlessJavaGUITests 2024-03-28 16:31:29 -05:00
Marcus Rockwell
f75d26a4a8 Transferring to new fork 2024-03-25 15:42:58 -05:00
Marcus Rockwell
5c9615ddad Created initial headless test cases 2024-03-20 11:32:04 -05:00
Marcus Rockwell
6cc93ecb19 Refactored SimControlApplication 2024-03-20 11:31:01 -05:00
Marcus Rockwell
d15daf6cb0 Created an interface to compile and run sims 2024-03-20 11:29:40 -05:00
Marcus Rockwell
f44537391b Exclude the other GUIs from the testing pipeline 2024-03-20 11:19:36 -05:00
Marcus Rockwell
bfca8b6bd3 Added headless flag to Makefile 2024-03-13 15:57:16 -05:00
Marcus Rockwell
3368bbb460 refactored connect() 2024-03-13 10:40:17 -05:00
Hong Chen
da0ddfcb89
Updated to get bsaf-1.9.2.jar locally instead of from maven repository. (#1667) 2024-03-13 10:21:50 -05:00
Marcus Rockwell
f9bf78c8a8 Merge branch 'master' into RefactorSimControlPanelConnect 2024-03-13 09:47:35 -05:00
Alex Lin
7547d36ab4
Repurpose the "Sim/Real Time" field on the sim control panel #1626 (#1627)
* Repurpose the "Sim/Real Time" field on the sim control panel #1626

Added calculations in the realtime sync monitor job to calculate the
average sim/realtime ratio for the past 100 frames.  This is saved to
a new variable, actual_run_ratio.  Changed the sim control panel to
display the actual_run_ratio value.

* Repurpose the "Sim/Real Time" field on the sim control panel #1626

how does this compile locally but not in CI?  Didn't include cmath.
2024-01-23 10:46:55 -06:00
Mrockwell2
dad8e3b872
Standardized error messaging in Sim Control Panel. (#1636)
* Standardized error messaging in Sim Control Panel.

* Allowed for a popup when in Lite mode

* Fixed the NullPointerException

* Cleaning up and documenting implementation.
2024-01-18 10:57:52 -06:00
Hong Chen
dafddff0a1 update version numbers to prerelease 19.8.0-beta 2023-12-18 14:25:50 -06:00
Sean Harmeyer
ba38260690 Update version numbers for Trick Simulation Environment 19.7.1 2023-12-18 12:33:32 -06:00
Hong Chen
867736a1b1 update version numbers to prerelease 19.8.0-beta 2023-12-01 13:15:31 -06:00
Sean Harmeyer
d711b47170 update version numbers for Trick Simulation Environment 19.7.0 2023-12-01 11:43:08 -06:00
Marcus Rockwell
dbd04beee4 Reimplemented the Trick View Test Suite 2023-10-06 16:17:09 -05:00
Marcus Rockwell
69dc3d4110 Reimplemented the Sniffer Test Suite 2023-10-06 16:16:30 -05:00
Marcus Rockwell
935bf287d4 Reimplemented the SimControl Test Suite 2023-10-06 16:16:08 -05:00
Marcus Rockwell
04615cb434 Changed the resource file to the one from SIM_robot 2023-10-05 16:36:32 -05:00
Marcus Rockwell
47862461ee SIE Application Tests Reimplemented 2023-10-05 16:36:00 -05:00
Marcus Rockwell
5bdf7e0151 MTV Tests Reimplemented 2023-10-05 16:35:38 -05:00
Marcus Rockwell
2770a2c445 MonteMonitor Tests Reimplimented 2023-10-05 16:35:08 -05:00
Marcus Rockwell
acdf2420e8 DataProducts Test Reimplemented 2023-10-05 16:34:41 -05:00
Marcus Rockwell
f0af15ee2d Updated the testing for DRE
Fixed the errors when running the test
2023-10-05 15:32:40 -05:00
Marcus Rockwell
0be90e3791 Got maven set up so that the tests run 2023-10-02 18:23:36 -05:00
Hong Chen
cca7191129
1504 trick run summary enhancement for memory used (#1545)
* Added SIM RAM usage info to trick run summary.

* Fixed to use #if for determing which OS.

* Removed the system print out statement when MonitorHealthStatusTask is finished.

* Changed "M" to "MB" for RAM usage info on run summery.
2023-08-24 13:51:19 -05:00
Jacqueline Deans
c2e42f4ef4 Refactor and test Variable Server.
- Split VariableServerThread into VariableServerSession and VariableReference classes
- Use C++ streams for data handling
- Unit tests
2023-06-26 12:23:58 -05:00
Jacqueline Deans
e89bf083b2 update version numbers to prerelease 19.7.0-beta 2023-06-23 12:08:39 -05:00
Jacqueline Deans
7e183656e1 update version numbers for Trick Simulation Environment 19.6.0 2023-06-23 12:05:28 -05:00
Jacqueline Deans
cb89e4dd7e Update version numbers to prerelease 19.6.0-beta 2022-11-29 16:58:30 -06:00
Jacqueline Deans
0f4ca88da6 Update version numbers for Trick Simulation Environment 19.5.1 2022-11-29 16:56:55 -06:00
Jacqueline Deans
d0f679b31a update version numbers to prerelease 19.6.0-beta 2022-11-17 16:00:00 -06:00
Jacqueline Deans
e86e7fd968 update version numbers for Trick Simulation Environment 19.5.0 2022-11-17 15:54:02 -06:00
Scott Fennell
d5e8dae6dc
#1344 increase retry count for maven (#1345)
#1344
2022-09-19 15:10:32 -05:00
Jacqueline Deans
61a378553d update version numbers to prerelease 19.5.0-beta 2022-07-20 16:53:18 -05:00