Skip to content
Commit a2594d24 authored by Valentin Schneider's avatar Valentin Schneider
Browse files

utils/wlgen: RTA: remove .get() operations

RTATask already contains all of the required information to create a
RT-app workload. Thus, transforming an RTATask instance into a
dict (which is what .get() is doing) is superfluous.

This means that the creation of an rt-app workload changes from

RTA() = rta(...)
rta.conf({'foo' : Periodic().get()})

to

RTA() = rta(...)
rta.conf({'foo' : Periodic()})
parent 47d003ca
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment