testing

package
v0.0.0-...-9ec3720 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 6, 2021 License: AGPL-3.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CharmSuite

type CharmSuite struct {
	Store *mockStore
	// contains filtered or unexported fields
}

CharmSuite provides infrastructure to set up and perform tests associated with charm versioning. A testing charm store server is created and populated with some known charms used for testing.

func (*CharmSuite) AddApplication

func (s *CharmSuite) AddApplication(c *gc.C, charmName, applicationName string)

AddApplication adds an application for the specified charm to state.

func (*CharmSuite) AddCharmhubCharmWithRevision

func (s *CharmSuite) AddCharmhubCharmWithRevision(c *gc.C, charmName string, rev int) *state.Charm

AddCharmhubCharmWithRevision adds a charmhub charm with the specified revision to state.

func (*CharmSuite) AddCharmstoreCharmWithRevision

func (s *CharmSuite) AddCharmstoreCharmWithRevision(c *gc.C, charmName string, rev int) *state.Charm

AddCharmWithRevision adds a charmstore charm with the specified revision to state.

func (*CharmSuite) AddMachine

func (s *CharmSuite) AddMachine(c *gc.C, machineId string, job state.MachineJob)

AddMachine adds a new machine to state.

func (*CharmSuite) AddUnit

func (s *CharmSuite) AddUnit(c *gc.C, appName, machineId string)

AddUnit adds a new unit for application to the specified machine.

func (*CharmSuite) SetStoreError

func (s *CharmSuite) SetStoreError(name string, err error)

func (*CharmSuite) SetUnitRevision

func (s *CharmSuite) SetUnitRevision(c *gc.C, unitName string, rev int)

SetUnitRevision sets the unit's charm to the specified revision.

func (*CharmSuite) SetUpSuite

func (s *CharmSuite) SetUpSuite(c *gc.C, jcSuite *jujutesting.JujuConnSuite)

func (*CharmSuite) SetUpTest

func (s *CharmSuite) SetUpTest(c *gc.C)

func (*CharmSuite) SetupScenario

func (s *CharmSuite) SetupScenario(c *gc.C)

SetupScenario adds some machines and applications to state. It assumes a controller machine has already been created.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL