github.com/Venafi/vcert/v5@v5.10.2/aruba/features/config/profile.feature (about) 1 Feature: -profile option 2 3 Using -profile option I want to specify a configuration profile to be used from INI-configuration file provided by -config option 4 5 Background: 6 Given the default aruba exit timeout is 180 seconds 7 And I have file named "all.ini" with all endpoints connection details 8 9 Scenario Outline: Where it enrolls a certificate using different profiles 10 When I enroll random certificate -config "all.ini" -profile <profile> with -no-prompt -insecure 11 Then it should retrieve certificate 12 13 @FAKE 14 Examples: 15 | profile | 16 | mock-profile | 17 18 @TPP 19 Examples: 20 | profile | 21 | tpp-profile | 22 23 @VAAS 24 Examples: 25 | profile | 26 | cloud-profile |