summaryrefslogtreecommitdiff
path: root/test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json')
-rw-r--r--test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json27
1 files changed, 0 insertions, 27 deletions
diff --git a/test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json b/test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json
deleted file mode 100644
index 3d8c9bce3c..0000000000
--- a/test/units/modules/network/f5/fixtures/load_ltm_http2_profile.json
+++ /dev/null
@@ -1,27 +0,0 @@
-{
- "kind": "tm:ltm:profile:http2:http2state",
- "name": "test",
- "partition": "Common",
- "fullPath": "/Common/test",
- "generation": 5852,
- "selfLink": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~test?ver=13.1.0.8",
- "activationModes": [
- "always"
- ],
- "appService": "none",
- "concurrentStreamsPerConnection": 10,
- "connectionIdleTimeout": 300,
- "defaultsFrom": "/Common/http2",
- "defaultsFromReference": {
- "link": "https://localhost/mgmt/tm/ltm/profile/http2/~Common~http2?ver=13.1.0.8"
- },
- "description": "this is awful documentation",
- "enforceTlsRequirements": "enabled",
- "frameSize": 2048,
- "headerTableSize": 4096,
- "includeContentLength": "disabled",
- "insertHeader": "disabled",
- "insertHeaderName": "X-HTTP2",
- "receiveWindow": 32,
- "writeSize": 16384
-}