~sajoupa/charm-k8s-telegraf:func_tests

Last commit made on 2020-11-16
Get this branch:
git clone -b func_tests https://git.launchpad.net/~sajoupa/charm-k8s-telegraf
Only Laurent Sesquès can upload to this branch. If you are Laurent Sesquès please log in for upload directions.

Branch merges

Branch information

Name:
func_tests
Repository:
lp:~sajoupa/charm-k8s-telegraf

Recent commits

50baf3f... by Laurent Sesquès

Makefile: remove potential duplicate / from path

2b260f5... by Benjamin Allot

Use $(lastword)

$(MAKEFILE_LIST) is a list of all the Makefile called before, included
other Makefiles executed through `make -C`.
$(lastword) makes sure we use only this one.

d9183ca... by Benjamin Allot

Build the charm archive in ${CHARM_BUILD_DIR} and add missing slash

589f635... by Laurent Sesquès

Makefile simplifications, small code clarifications and bug reference added for functional tests

53aafd6... by Laurent Sesquès

update func tests with the charm name being back to telegraf (no -k8s)

85969ad... by Laurent Sesquès

Merge branch 'master' of git+ssh://git.launchpad.net/charm-k8s-telegraf into func_tests

e37ae71... by Laurent Sesquès

use the telegrafcharmers/telegraf image from dockerhub by default, update README and tests.

Reviewed-on: https://code.launchpad.net/~sajoupa/charm-k8s-telegraf/+git/charm-k8s-telegraf/+merge/393334
Reviewed-by: Tom Haddon <email address hidden>

a9858e3... by Laurent Sesquès

make 'image_path' a required config

041265c... by Laurent Sesquès

re-rename the charm without -k8s, set max line length back to 120

58aa015... by Laurent Sesquès

Merge branch 'image-dockerhub' into func_tests