Skip to content

Commit

Permalink
test: clean up test to match others
Browse files Browse the repository at this point in the history
Bringing this test is line with the format others are using
  • Loading branch information
catmsred authored and renanrodrigo committed Dec 5, 2023
1 parent fe36d77 commit d910c1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features/enable_fips_vm.feature
Original file line number Diff line number Diff line change
Expand Up @@ -628,13 +628,13 @@ Feature: FIPS enablement in lxd VMs
And I run `apt update` with sudo
And I run `DEBIAN_FRONTEND=noninteractive apt-get install -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -y openssh-client openssh-server strongswan` with sudo, retrying exit [100]
When I run `pro enable <fips-service> --assume-yes` with sudo
Then stdout matches regexp:
Then stdout contains substring:
"""
Updating <fips-name> package lists
Installing <fips-name> packages
Updating standard Ubuntu package lists
<fips-name> enabled
A reboot is required to complete install
A reboot is required to complete install.
"""
When I run `pro status --all` with sudo
Then stdout matches regexp:
Expand Down

0 comments on commit d910c1e

Please sign in to comment.