Created
June 25, 2015 17:07
-
-
Save avtar/4a13f34346f9b54a49b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0"?> | |
| <!DOCTYPE tsung SYSTEM "/usr/share/tsung/tsung-1.0.dtd" [] > | |
| <tsung loglevel="warning"> | |
| <clients> | |
| {% for host in groups['tsung_clients'] %} | |
| <client host="{{ host }}" weight="1" maxusers="40000" cpu="4" /> | |
| {% endfor %} | |
| </clients> | |
| <servers> | |
| {% for host in groups['reverse_proxies'] %} | |
| <server host="{{ host }}" port="443" type="ssl"/> | |
| {% endfor %} | |
| </servers> | |
| <monitoring> | |
| {% for host in groups['tsung_monitored'] %} | |
| <monitor host="{{ host }}" type="erlang"></monitor> | |
| {% endfor %} | |
| </monitoring> | |
| <load> | |
| <arrivalphase phase="1" duration="30" unit="minute"> | |
| <users arrivalrate="{{ tsung_arrival_rate }}" unit="second"></users> | |
| </arrivalphase> | |
| </load> | |
| <options> | |
| <option name="ports_range" min="1025" max="65535"/> | |
| </options> | |
| <!-- Sessions for a connection. Sum of all sessions probabilities must be 100 --> | |
| <sessions> | |
| <session name="session1" probability="3" type="ts_http"> | |
| <transaction name="create_almost_empty_random_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/rajesh%%ts_user_server:get_unique_id%%" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/common/tableOfContents":[ | |
| { | |
| "value":"true" | |
| } | |
| ] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session2" probability="1" type="ts_http"> | |
| <transaction name="create_random_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/carla%%ts_user_server:get_unique_id%%" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/applications/com.texthelp.readWriteGold": [{ | |
| "value": { | |
| "ApplicationSettings.AppBar.Width.$t": 788, | |
| "ApplicationSettings.AppBar.ShowText.$t": true, | |
| "ApplicationSettings.AppBar.optToolbarShowText.$t": true, | |
| "ApplicationSettings.AppBar.LargeIcons.$t": true, | |
| "ApplicationSettings.AppBar.optToolbarLargeIcons.$t": true, | |
| "ApplicationSettings.Speech.optSAPI5Speed.$t": 50, | |
| "ApplicationSettings.Speech.optAutoUseScreenReading.$t": false | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.windows": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.linux": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions": [{ | |
| "value": { | |
| "lineSpacing": "2", | |
| "links": true, | |
| "inputsLarger": true, | |
| "captions": false, | |
| "transcripts": false, | |
| "volume": "50" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier": [{ | |
| "value": { | |
| "show-cross-hairs": true, | |
| "lens-mode": false, | |
| "mag-factor": 2, | |
| "mouse-tracking": "proportional", | |
| "screen-position": "right-half", | |
| "scroll-at-edges": true | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier": [{ | |
| "value": { | |
| "Magnification": { | |
| "value": 200, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "ZoomIncrement": { | |
| "value": 50, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "Invert": { | |
| "value": 0, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowMouse": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowFocus": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowCaret": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "MagnificationModel": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| } | |
| } | |
| }], | |
| "http://registry.gpii.org/common/fontSize": [{ "value": 24 }], | |
| "http://registry.gpii.org/common/foregroundColor": [{ "value": "white" }], | |
| "http://registry.gpii.org/common/backgroundColor": [{ "value": "black" }], | |
| "http://registry.gpii.org/common/fontFaceFontName": [{ "value": ["Comic Sans"] }], | |
| "http://registry.gpii.org/common/fontFaceGenericFontFace": [{ "value": "sans serif" }], | |
| "http://registry.gpii.org/common/magnification": [{ "value": 2.0 }], | |
| "http://registry.gpii.org/common/tracking": [{ "value": "mouse" }], | |
| "http://registry.gpii.org/common/invertImages": [{ "value": true }], | |
| "http://registry.gpii.org/common/adaptationPreference": [{ "value": [ | |
| { | |
| "adaptationType": "caption", | |
| "language": "en" | |
| }, | |
| {} | |
| ]}], | |
| "http://registry.gpii.org/common/tableOfContents": [{ "value": false }] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session3" probability="2" type="ts_http"> | |
| <setdynvars sourcetype="random_number" start="3" end="32"> | |
| <var name="rndint" /> | |
| </setdynvars> | |
| <transaction name="create_large_random_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/kasper%%_rndint%%" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/applications/com.microsoft.windows.cursors": [{ | |
| "value": { | |
| "No": "large", | |
| "Hand": "large", | |
| "Help": "large", | |
| "Wait": "large", | |
| "Arrow": "large", | |
| "NWPen": "large", | |
| "SizeNS": "large", | |
| "SizeWE": "large", | |
| "SizeAll": "large", | |
| "UpArrow": "large", | |
| "SizeNESW": "large", | |
| "SizeNWSE": "large", | |
| "AppStarting": "large" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.highContrast.HighContrastOn": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowCaret": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowFocus": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowMouse": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.Magnification": [{ | |
| "value": "200%" | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.MagnificationMode": [{ | |
| "value": "lens" | |
| }], | |
| "http://registry.gpii.org/applications/com.texthelp.readWriteGold": [{ | |
| "value": { | |
| "ApplicationSettings.AppBar.Width.$t": 788, | |
| "ApplicationSettings.AppBar.Width.$t": 1072, | |
| "ApplicationSettings.AppBar.ShowText.$t": true, | |
| "ApplicationSettings.AppBar.optToolbarShowText.$t": true, | |
| "ApplicationSettings.AppBar.LargeIcons.$t": true, | |
| "ApplicationSettings.AppBar.optToolbarLargeIcons.$t": true, | |
| "ApplicationSettings.Speech.optSAPI5Speed.$t": 50, | |
| "ApplicationSettings.Speech.optAutoUseScreenReading.$t": false | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.windows": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.linux": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions": [{ | |
| "value": { | |
| "lineSpacing": "1.5", | |
| "links": true, | |
| "inputsLarger": true, | |
| "captions": false, | |
| "transcripts": false, | |
| "volume": "50" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.enableBraille": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.general.enableEchoByCharacter": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.general.enableEchoByWord": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.voice.family.name": [{ | |
| "value": "en" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.screen-reader-enabled": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.screen-magnifier-enabled": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.mag-factor": [{ | |
| "value": 3 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.mouse-tracking": [{ | |
| "value": "centered" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.screen-position": [{ | |
| "value": "TopHalf" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.general.enableTutorialMessages": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.general.sayAllStyle": [{ | |
| "value": 0 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.voice.verbalizePunctuationStyle": [{ | |
| "value": 3 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.background.primary-color": [{ | |
| "value": "#FFFFFF" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.interface": [{ | |
| "value": { | |
| "text-scaling-factor": 1.6, | |
| "gtk-theme": "Adwaita", | |
| "icon-theme": "gnome", | |
| "cursor-size": 17 | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.nautilus": [{ | |
| "value": { | |
| "font": "Cantarell 18" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.orca.voices.default.rate": [{ "value": 55 }], | |
| "http://registry.gpii.org/applications/org.nvda-project.braille.display": [{ "value": "braille" }], | |
| "http://registry.gpii.org/applications/org.nvda-project.braille.readByParagraph": [{ | |
| "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.keyboard.speakTypedCharacters ": [{ | |
| "value": false }], | |
| "http://registry.gpii.org/applications/org.nvda-project.keyboard.speakTypedWords ": [{ "value": false }], | |
| "http://registry.gpii.org/applications/org.nvda-project.mouse.enableMouseTracking ": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.presentation.reportHelpBalloons": [{ | |
| "value": false | |
| }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.beepForCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.capPitchChange": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.rate": [{ "value": 80 }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.rateBoost": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.sayCapForCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.voice": [{ "value": "en" }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.symbolLevel": [{ "value": 300 }], | |
| "http://registry.gpii.org/common/adaptationPreference": [{ "value": [ | |
| { | |
| "adaptationType": "caption", | |
| "language": "en" | |
| }, | |
| {} | |
| ]}], | |
| "http://registry.gpii.org/common/announceCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/common/auditoryOutLanguage": [{ "value": "en-AT" }], | |
| "http://registry.gpii.org/common/backgroundColor": [{ "value": "black" }], | |
| "http://registry.gpii.org/common/cursorSize": [{ "value": 1.0 }], | |
| "http://registry.gpii.org/common/cursorTrail": [{ "value": true }], | |
| "http://registry.gpii.org/common/fontSize": [{ "value": 18 }], | |
| "http://registry.gpii.org/common/foregroundColor": [{ "value": "white" }], | |
| "http://registry.gpii.org/common/fontFaceFontName": [{ "value": ["Comic Sans"] }], | |
| "http://registry.gpii.org/common/fontFaceGenericFontFace": [{ "value": "sans serif" }], | |
| "http://registry.gpii.org/common/keyEcho": [{ "value": true }], | |
| "http://registry.gpii.org/common/magnification": [{ "value": 2 }], | |
| "http://registry.gpii.org/common/magnifierEnabled": [{ "value": true }], | |
| "http://registry.gpii.org/common/magnificationPosition": [{ "value": "TopHalf" }], | |
| "http://registry.gpii.org/common/readingUnit": [{ "value": "line" }], | |
| "http://registry.gpii.org/common/punctuationVerbosity": [{ "value": "all" }], | |
| "http://registry.gpii.org/common/screenReaderBrailleOutput": [{ "value": true }], | |
| "http://registry.gpii.org/common/screenReaderTTSEnabled": [{ "value": true }], | |
| "http://registry.gpii.org/common/speakTutorialMessages": [{ "value": true }], | |
| "http://registry.gpii.org/common/speechRate": [{ "value": 80 }], | |
| "http://registry.gpii.org/common/tableOfContents": [{ "value": false }], | |
| "http://registry.gpii.org/common/tracking": [{ "value": "focus" }], | |
| "http://registry.gpii.org/common/wordEcho": [{ "value": true }] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/kasper%%_rndint%%" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| <transaction name="update_large_random_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/kasper%%_rndint%%" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/applications/com.microsoft.windows.cursors": [{ | |
| "value": { | |
| "No": "large", | |
| "Hand": "large", | |
| "Help": "large", | |
| "Wait": "large", | |
| "Arrow": "large", | |
| "NWPen": "large", | |
| "SizeNS": "large", | |
| "SizeWE": "large", | |
| "SizeAll": "large", | |
| "UpArrow": "large", | |
| "SizeNESW": "large", | |
| "SizeNWSE": "large", | |
| "AppStarting": "large" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.highContrast.HighContrastOn": [{ | |
| "value": false | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowCaret": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowFocus": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.FollowMouse": [{ "value": 1 }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.Magnification": [{ | |
| "value": "200%" | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier.MagnificationMode": [{ | |
| "value": "lens" | |
| }], | |
| "http://registry.gpii.org/applications/com.texthelp.readWriteGold": [{ | |
| "value": { | |
| "ApplicationSettings.AppBar.Width.$t": 788, | |
| "ApplicationSettings.AppBar.Width.$t": 1072, | |
| "ApplicationSettings.AppBar.ShowText.$t": false, | |
| "ApplicationSettings.AppBar.optToolbarShowText.$t": false, | |
| "ApplicationSettings.AppBar.LargeIcons.$t": true, | |
| "ApplicationSettings.AppBar.optToolbarLargeIcons.$t": false, | |
| "ApplicationSettings.Speech.optSAPI5Speed.$t": 50, | |
| "ApplicationSettings.Speech.optAutoUseScreenReading.$t": false | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.windows": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.linux": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions": [{ | |
| "value": { | |
| "lineSpacing": "1.5", | |
| "links": true, | |
| "inputsLarger": true, | |
| "captions": false, | |
| "transcripts": false, | |
| "volume": "50" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.enableBraille": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.general.enableEchoByCharacter": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.general.enableEchoByWord": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.orca.voice.family.name": [{ | |
| "value": "en" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.screen-reader-enabled": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.applications.screen-magnifier-enabled": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.mag-factor": [{ | |
| "value": 3 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.mouse-tracking": [{ | |
| "value": "centered" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier.screen-position": [{ | |
| "value": "TopHalf" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.general.enableTutorialMessages": [{ | |
| "value": true | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.general.sayAllStyle": [{ | |
| "value": 0 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.orca.voice.verbalizePunctuationStyle": [{ | |
| "value": 3 | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.background.primary-color": [{ | |
| "value": "#FFFFFF" | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.interface": [{ | |
| "value": { | |
| "text-scaling-factor": 1.6, | |
| "gtk-theme": "Adwaita", | |
| "icon-theme": "gnome", | |
| "cursor-size": 17 | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.nautilus": [{ | |
| "value": { | |
| "font": "Cantarell 18" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.orca.voices.default.rate": [{ "value": 55 }], | |
| "http://registry.gpii.org/applications/org.nvda-project.braille.display": [{ "value": "braille" }], | |
| "http://registry.gpii.org/applications/org.nvda-project.braille.readByParagraph": [{ | |
| "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.keyboard.speakTypedCharacters ": [{ | |
| "value": false }], | |
| "http://registry.gpii.org/applications/org.nvda-project.keyboard.speakTypedWords ": [{ "value": false }], | |
| "http://registry.gpii.org/applications/org.nvda-project.mouse.enableMouseTracking ": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.presentation.reportHelpBalloons": [{ | |
| "value": false | |
| }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.beepForCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.capPitchChange": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.rate": [{ "value": 80 }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.rateBoost": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.sayCapForCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.espeak.voice": [{ "value": "en" }], | |
| "http://registry.gpii.org/applications/org.nvda-project.speech.symbolLevel": [{ "value": 300 }], | |
| "http://registry.gpii.org/common/adaptationPreference": [{ "value": [ | |
| { | |
| "adaptationType": "caption", | |
| "language": "en" | |
| }, | |
| {} | |
| ]}], | |
| "http://registry.gpii.org/common/announceCapitals": [{ "value": true }], | |
| "http://registry.gpii.org/common/auditoryOutLanguage": [{ "value": "en-AT" }], | |
| "http://registry.gpii.org/common/backgroundColor": [{ "value": "black" }], | |
| "http://registry.gpii.org/common/cursorSize": [{ "value": 1.0 }], | |
| "http://registry.gpii.org/common/cursorTrail": [{ "value": true }], | |
| "http://registry.gpii.org/common/fontSize": [{ "value": 18 }], | |
| "http://registry.gpii.org/common/foregroundColor": [{ "value": "white" }], | |
| "http://registry.gpii.org/common/fontFaceFontName": [{ "value": ["Comic Sans"] }], | |
| "http://registry.gpii.org/common/fontFaceGenericFontFace": [{ "value": "sans serif" }], | |
| "http://registry.gpii.org/common/keyEcho": [{ "value": true }], | |
| "http://registry.gpii.org/common/magnification": [{ "value": 2 }], | |
| "http://registry.gpii.org/common/magnifierEnabled": [{ "value": true }], | |
| "http://registry.gpii.org/common/magnificationPosition": [{ "value": "TopHalf" }], | |
| "http://registry.gpii.org/common/readingUnit": [{ "value": "line" }], | |
| "http://registry.gpii.org/common/punctuationVerbosity": [{ "value": "all" }], | |
| "http://registry.gpii.org/common/screenReaderBrailleOutput": [{ "value": true }], | |
| "http://registry.gpii.org/common/screenReaderTTSEnabled": [{ "value": true }], | |
| "http://registry.gpii.org/common/speakTutorialMessages": [{ "value": true }], | |
| "http://registry.gpii.org/common/speechRate": [{ "value": 80 }], | |
| "http://registry.gpii.org/common/tableOfContents": [{ "value": false }], | |
| "http://registry.gpii.org/common/tracking": [{ "value": "focus" }], | |
| "http://registry.gpii.org/common/wordEcho": [{ "value": true }] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/kasper%%_rndint%%" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session4" probability="3" type="ts_http"> | |
| <transaction name="small_update_for_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/elaine" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/applications/org.gnome.nautilus": [{ | |
| "value": { | |
| "font": "Cantarell 18" | |
| } | |
| }] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session5" probability="5" type="ts_http"> | |
| <transaction name="normal_update_for_existing_user"> | |
| <request> | |
| <http | |
| method="POST" | |
| url="/user/carla" | |
| content_type="application/json" | |
| contents="{ | |
| "http://registry.gpii.org/applications/com.texthelp.readWriteGold": [{ | |
| "value": { | |
| "ApplicationSettings.AppBar.Width.$t": 700, | |
| "ApplicationSettings.AppBar.ShowText.$t": false, | |
| "ApplicationSettings.AppBar.optToolbarShowText.$t": false, | |
| "ApplicationSettings.AppBar.LargeIcons.$t": false, | |
| "ApplicationSettings.AppBar.optToolbarLargeIcons.$t": false, | |
| "ApplicationSettings.Speech.optSAPI5Speed.$t": 25, | |
| "ApplicationSettings.Speech.optAutoUseScreenReading.$t": true | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.windows": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions.linux": [{ "value": {}}], | |
| "http://registry.gpii.org/applications/fluid.uiOptions": [{ | |
| "value": { | |
| "lineSpacing": "2", | |
| "links": true, | |
| "inputsLarger": true, | |
| "captions": false, | |
| "transcripts": false, | |
| "volume": "50" | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/org.gnome.desktop.a11y.magnifier": [{ | |
| "value": { | |
| "show-cross-hairs": true, | |
| "lens-mode": false, | |
| "mag-factor": 2, | |
| "mouse-tracking": "proportional", | |
| "screen-position": "right-half", | |
| "scroll-at-edges": true | |
| } | |
| }], | |
| "http://registry.gpii.org/applications/com.microsoft.windows.magnifier": [{ | |
| "value": { | |
| "Magnification": { | |
| "value": 200, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "ZoomIncrement": { | |
| "value": 50, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "Invert": { | |
| "value": 0, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowMouse": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowFocus": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "FollowCaret": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| }, | |
| "MagnificationModel": { | |
| "value": 1, | |
| "dataType": "REG_DWORD" | |
| } | |
| } | |
| }], | |
| "http://registry.gpii.org/common/fontSize": [{ "value": 24 }], | |
| "http://registry.gpii.org/common/foregroundColor": [{ "value": "white" }], | |
| "http://registry.gpii.org/common/backgroundColor": [{ "value": "black" }], | |
| "http://registry.gpii.org/common/fontFaceFontName": [{ "value": ["Comic Sans"] }], | |
| "http://registry.gpii.org/common/fontFaceGenericFontFace": [{ "value": "sans serif" }], | |
| "http://registry.gpii.org/common/magnification": [{ "value": 2.0 }], | |
| "http://registry.gpii.org/common/tracking": [{ "value": "mouse" }], | |
| "http://registry.gpii.org/common/invertImages": [{ "value": true }], | |
| "http://registry.gpii.org/common/adaptationPreference": [{ "value": [ | |
| { | |
| "adaptationType": "caption", | |
| "language": "en" | |
| }, | |
| {} | |
| ]}], | |
| "http://registry.gpii.org/common/tableOfContents": [{ "value": false }] | |
| }" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session6" probability="1" type="ts_http"> | |
| <transaction name="delete_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="POST" | |
| url="/user/roger" | |
| content_type="application/json" | |
| contents="{}" | |
| > | |
| </http> | |
| </request> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/roger" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session7" probability="22" type="ts_http"> | |
| <transaction name="get_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/elaine" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session8" probability="21" type="ts_http"> | |
| <transaction name="get_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/nisha" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session9" probability="22" type="ts_http"> | |
| <transaction name="get_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/carla" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| <session name="session10" probability="20" type="ts_http"> | |
| <transaction name="get_existing_user"> | |
| <request subst="true"> | |
| <http | |
| method="GET" | |
| url="/user/andrei" | |
| > | |
| </http> | |
| </request> | |
| </transaction> | |
| </session> | |
| </sessions> | |
| </tsung> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment