@@ -359,7 +359,7 @@ tests:
359359 path : data.enable_platform_services
360360 value : " true"
361361
362- - it : " has correct platform services value when onPremCompatibilityVersion is < 6.6 and region does NOT support platform services"
362+ - it : " has correct platform services value when onPremCompatibilityVersion is < 7.0 and region does NOT support platform services"
363363 set :
364364 global.sysdig.apiHost : " http://test.com"
365365 onPremCompatibilityVersion : " 6.5.99"
@@ -368,7 +368,7 @@ tests:
368368 - isNull :
369369 path : data.enable_platform_services
370370
371- - it : " has correct platform services value when onPremCompatibilityVersion is < 6.6 and region supports platform services"
371+ - it : " has correct platform services value when onPremCompatibilityVersion is < 7.0 and region supports platform services"
372372 set :
373373 global.sysdig.apiHost : " http://test.com"
374374 onPremCompatibilityVersion : " 6.5.99"
@@ -395,20 +395,20 @@ tests:
395395 - isNull :
396396 path : data.enable_platform_services
397397
398- - it : " has correct platform services value when onPremCompatibilityVersion is = 6.6 .0 and region does NOT support platform services"
398+ - it : " has correct platform services value when onPremCompatibilityVersion is = 7.0 .0 and region does NOT support platform services"
399399 set :
400400 global.sysdig.apiHost : " http://test.com"
401- onPremCompatibilityVersion : " 6.6 .0"
401+ onPremCompatibilityVersion : " 7.0 .0"
402402 global.sysdig.region : " "
403403 asserts :
404404 - equal :
405405 path : data.enable_platform_services
406406 value : " true"
407407
408- - it : " has correct platform services value when onPremCompatibilityVersion is = 6.6 .0 and region supports platform services"
408+ - it : " has correct platform services value when onPremCompatibilityVersion is = 7.0 .0 and region supports platform services"
409409 set :
410410 global.sysdig.apiHost : " http://test.com"
411- onPremCompatibilityVersion : " 6.6 .0"
411+ onPremCompatibilityVersion : " 7.0 .0"
412412 global.sysdig.region : " us1"
413413 asserts :
414414 - equal :
@@ -418,16 +418,16 @@ tests:
418418 - it : " has correct platform services value when onPremCompatibilityVersion is just a major.minor version"
419419 set :
420420 global.sysdig.apiHost : " http://test.com"
421- onPremCompatibilityVersion : " 6.6 "
421+ onPremCompatibilityVersion : " 7.0 "
422422 asserts :
423423 - equal :
424424 path : data.enable_platform_services
425425 value : " true"
426426
427- - it : " has correct platform services value when onPremCompatibilityVersion is > 6.6 .0"
427+ - it : " has correct platform services value when onPremCompatibilityVersion is > 7.0 .0"
428428 set :
429429 global.sysdig.apiHost : " http://test.com"
430- onPremCompatibilityVersion : " 6.6 .1"
430+ onPremCompatibilityVersion : " 7.0 .1"
431431 asserts :
432432 - equal :
433433 path : data.enable_platform_services
0 commit comments