Skip to content

Commit

Permalink
Removed references to SystemTest (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkmcmaster committed Aug 14, 2023
1 parent e4ad402 commit ece5b39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ client:
headers:
TestTime: '\${epoch("ms")}'
Accept: application/json
FS-User-Agent-Chain: PPAAS-Agent-Performance Test
User-Agent: FS-QA-SystemTest PPAAS Agent Performance Test
FS-User-Agent-Chain: Pewpew-Agent-Performance Test
User-Agent: Pewpew Agent Performance Test
general:
bucket_size: 1m
log_provider_stats: 1m
Expand Down Expand Up @@ -56,8 +56,8 @@ client:
headers:
TestTime: '\${epoch("ms")}'
Accept: application/json
FS-User-Agent-Chain: PPAAS-Agent-Performance Test
User-Agent: FS-QA-SystemTest PPAAS Agent Performance Test
FS-User-Agent-Chain: Pewpew-Agent-Performance Test
User-Agent: Pewpew Agent Performance Test
general:
bucket_size: 1m
log_provider_stats: 1m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ export const createYamlJson = ({ urls, patterns, vars, providers, loggers }: Omi
// Default config
myYaml.config = {};
myYaml.config.client = {};
myYaml.config.client.headers = {"User-Agent": "FS-QA-SystemTest"};
myYaml.config.client.headers = { "User-Agent": "Pewpew Performance Load Test" };
// eslint-disable-next-line camelcase
myYaml.config.general = {bucket_size: "1m", log_provider_stats: "1m"};
myYaml.config.general = { bucket_size: "1m" };

// Patterns that have been selected
if (patterns.length > 0) {
Expand Down

0 comments on commit ece5b39

Please sign in to comment.