Skip to content

Commit

Permalink
fix: we will see
Browse files Browse the repository at this point in the history
Signed-off-by: Antonio Murdaca <amurdaca@redhat.com>
  • Loading branch information
runcom committed Aug 15, 2024
1 parent afb76ec commit 350a333
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/fmf/tests/onboarding/run-onboarding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ CONF_DIR="/etc/fdo"
KEYS_DIR="${CONF_DIR}/keys"
STORES_DIR="${CONF_DIR}/stores"
MIGRATIONS_BASE_DIR=/usr/share/doc/fdo/migrations/
PRIMARY_IP=$(hostname -I | cut -f 1 -d ' ')
PRIMARY_IP=127.0.0.1

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling. Note test

Do not leave debug code in production
DEVICE_CREDENTIAL=/etc/device-credentials
ONBOARDING_PERFORMED=/etc/device_onboarding_performed

Expand Down Expand Up @@ -245,7 +245,6 @@ setup_rendezvous
setup_serviceinfo
systemctl restart fdo-{manufacturing,owner-onboarding,rendezvous,serviceinfo-api}-server.service
systemctl status fdo-{manufacturing,owner-onboarding,rendezvous,serviceinfo-api}-server.service
sudo setenforce 0
perform_no_plain_di
[ "${OV_STORE_DRIVER}" = "Directory" ] || export_import_vouchers
sleep 60
Expand Down

0 comments on commit 350a333

Please sign in to comment.