-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add submodule #485
base: main
Are you sure you want to change the base?
Add submodule #485
Conversation
da7321e
to
90b2cc8
Compare
looks like i can't update all secure boot links because of this kwd
|
What is the actual issue? That the remote source can't be mounted? Can;t it be downloaded locally and then mounted? |
lib/usb-hid-msc-lib.robot
Outdated
Add USB To Qemu img_name=${img_path} | ||
ELSE | ||
IF "${DUT_CONNECTION_METHOD}" == "pikvm" | ||
Copy Image To PiKVM ${PIKVM_IP} ${img_file} ${img_name} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Download ISO And Mount As USB
a different command was used: Upload Image To PiKVM
what is the reason for change?
I cant find this keyword. Did you ad it on your own? Could you add it to the PR?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
that kwd is a part of pikvm-rest-api submodule and thats where i put it: 3mdeb/pikvm-rest-api@main...secure-boot-local-img-upload-add and the reason why i made a different kwd is that on pikvm wiki i read, you need different arguments if you want to upload file from local (Upload Image To PiKVM
uses url to send that file) and different from link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you point to that KWD?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left some suggestions regarding this kwd in pikvm module here: https://github.com/3mdeb/pikvm-rest-api/pull/16/files#r1812874751
... logo.bmp | ||
... https://cloud.3mdeb.com/index.php/s/rsjCdz4wSNesLio/download | ||
... 6e5a6722955e4f78d947654630f27ff833703fbc04776ffed963c96617f6bb2a | ||
Copy File ../osfv-test-data/coreboot_logo_convert.bmp ${CURDIR}/../dl-cache/logo.bmp |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the point of this operation to copy from one local directory to another? Now that we have submodule with test data already in place, this seems redundant, doesn't it? It made some sense before when we used to download these files from various sources.
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
23edae2
to
e85afed
Compare
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
e85afed
to
07ef874
Compare
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
Signed-off-by: Wiktor Mowinski <[email protected]>
No description provided.