Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed addTimestampToFile that was returning new filenames without the original filename #134

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

beubanks
Copy link

Made change to RestPy/SampleScripts/loadQuickTest.py function addTimestampToFile:
restoring newFilename to the full newFileWithTimestamp in the addTimestampToFile function.
It was removed in commit 6a82f5e

@beubanks
Copy link
Author

beubanks commented Jul 5, 2022

Hi @hubogee, is there anything else I should provide for this PR?
I have tested the change and it now includes the original file name in the new file name. For example, here the first three files are from a run with the original loadQuickTest.py and the last four are from a run with the modified:
`
[beubanks@beubanks-cs9-1 ixia-env]$ ls | grep 151323

rfc2544throughput_1trial_imix_151323.csv
rfc2544throughput_1trial_imix_151323.pdf
rfc2544throughput_1trial_imix_151323.txt

[beubanks@beubanks-cs9-1 ixia-env]$ ls | grep 131623
rfc2544throughput_1trial_imix_AggregateResults_131623.csv
rfc2544throughput_1trial_imix_iteration_131623.csv
rfc2544throughput_1trial_imix_logFile_131623.txt
rfc2544throughput_1trial_imix_report_131623.pdf
rfc2544throughput_1trial_imix_results_131623.csv
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants