Documentation
¶
Index ¶
Constants ¶
View Source
const ( // BaseSnapPath is the path for the snap sources used in testing BaseSnapPath = "integration-tests/data/snaps" // BasicSnapName is the name of the basic snap BasicSnapName = "basic" // BasicBinariesSnapName is the name of the basic snap with binaries BasicBinariesSnapName = "basic-binaries" // BasicConfigSnapName is the name of the basic snap with config hook BasicConfigSnapName = "basic-config" // BasicServiceSnapName is the name of the basic snap with a service BasicServiceSnapName = "basic-service" // BasicDesktopSnapName is the name of the snap with a desktop file BasicDesktopSnapName = "basic-desktop" // NetworkConsumerSnapName is the name of the snap with network plug NetworkConsumerSnapName = "network-consumer" // NetworkBindConsumerSnapName is the name of the snap with network plug NetworkBindConsumerSnapName = "network-bind-consumer" // LogObserveConsumerSnapName is the name of the snap with log-observe plug LogObserveConsumerSnapName = "log-observe-consumer" // HomeConsumerSnapName is the name of the snap with home plug HomeConsumerSnapName = "home-consumer" // WrongYamlSnapName is the name of a snap with an invalid meta yaml WrongYamlSnapName = "wrong-yaml" // DevKmsg reads /dev/kmsg and is useful to test confinement DevKmsg = "dev-kmsg" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.