Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace Argparse with ConfigCommand (#266)
* Ported over logic infer logic from parser * Added unit testing for inferred input/endpoint logic * Completed porting of all inferred and checked fields from parser * Adding missing goodput parsing * Initial changes to get profile working * CLI unit tests passing * Fixing CLI tests that I missed * Telemetry tests passing * Test artifacts passing * Telemetry data collector tests passing * Passing common unit tests * Fixing console exporter unit tests * Fixing CSV exporter unit tests * Partial for for JSON exporter unit tests * Adding library function to convert BaseConfig into a JSON readable dictionary * JSON Exporter unit tests passing * Fixing Tokenizer unit tests * PA Config unit tests passing * Fixing Results and RunConfig unit tests * All unit tests passing * Fixing codeql issues * Moving generation of artifact directory into PA Config generator class * Fixing exporters to use PA config * Progress on analyze. Need to add checkpoint support to base config class. * Fixed GAP config generator. All unit tests passing * Getting analyze working with CLI * Analyze working with config file * fixing codeql * Fixed PA config to work with multiple sweep parameters * Fixing message when config found in checkpoint * Refactoring path method * Removing commented out lines * Fixing issue around specifing url/server metrics url * Changes based on Elias' PR * Fixing codeql issue * Missing check for None
- Loading branch information